Skip to content

Commit

Permalink
feat: 홈으로 넘어가게 수정(스플래시x)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 18, 2024
1 parent 668c758 commit 323c1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/ErrorPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function ErrorPage() {
const navigate = useNavigate();

const handleClickHomeButton = () => {
navigate('/');
navigate('/', { state: { step: 1 } });
};

return (
Expand Down

0 comments on commit 323c1ff

Please sign in to comment.