Skip to content

Commit

Permalink
Merge pull request #11 from LikeLionHGU/#3/CreateHomePage-임종현
Browse files Browse the repository at this point in the history
fix: navigate 오류 수정
  • Loading branch information
YearaChoi authored Mar 31, 2024
2 parents 3c84440 + fac043b commit 78284c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/HomePage/HomePage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const LoginSignupBtn = styled.img`
function HomePage() {
const navigate = useNavigate();
const handleLoginBtnClick = () => {
navigate("/HomePage1");
navigate("/LoginPage");
};
return (
<Wrapper>
Expand Down

0 comments on commit 78284c9

Please sign in to comment.