Skip to content

Commit

Permalink
refactor: (#325) 다시 시도 라는 문구로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
inyeong-kang committed Aug 10, 2023
1 parent b58dedb commit b9576ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/pages/Error/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import * as S from './style';

export default function Error() {
const navigate = useNavigate();

return (
<Layout isSidebarVisible={false}>
<S.Wrapper>
Expand All @@ -26,7 +27,7 @@ export default function Error() {
navigate(-1);
}}
>
뒤로 가기
다시 시도
</SquareButton>
</S.ButtonWrapper>
</S.Wrapper>
Expand Down

0 comments on commit b9576ae

Please sign in to comment.