Skip to content

Commit

Permalink
Fix: routing summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
naraeng committed Feb 17, 2025
1 parent 250e12e commit 6bb4615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/component/main/MainBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function MainBanner() {
}

const onClickBan2 = () => {
navigate("/menu/summary");
navigate("/summary");
}

return (
Expand Down

0 comments on commit 6bb4615

Please sign in to comment.