Skip to content

Commit

Permalink
feat: 홈화면 이동 시, 스플래시로 안 넘어감
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 18, 2024
1 parent b5529df commit 668c758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function Header({
export function HomeButton() {
const navigate = useNavigate();
const handleClickHomeButton = () => {
navigate('/');
navigate('/', { state: { step: 1 } });
};

return (
Expand Down

0 comments on commit 668c758

Please sign in to comment.