Skip to content

Commit

Permalink
refactor: error 처리 버튼 내용 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GC-Park committed Aug 14, 2023
1 parent 7e33319 commit 143f258
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/NotFound/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const NotFound = () => {
</Text>
<Space size={5} />
<NotFoundButton variant="secondary" onClick={() => routePage('/')}>
돌아가기
메인페이지로 가기
</NotFoundButton>
</Flex>
</NotFoundContainer>
Expand All @@ -46,9 +46,6 @@ const NotFoundContainer = styled(Flex)`
`;

const NotFoundButton = styled(Button)`
width: 116px;
height: 48px;
font-weight: ${({ theme }) => theme.fontWeight['bold']};
&:hover {
Expand Down

0 comments on commit 143f258

Please sign in to comment.