Skip to content

Commit

Permalink
updated create team path
Browse files Browse the repository at this point in the history
  • Loading branch information
iSouvikKhan committed Aug 6, 2024
1 parent abb8966 commit 5d0ac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/teams/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const TeamFinder = () => {
}, []);

const NavigateToCreateTeam = () => {
router.push("/create-team");
router.push("/create/team");
};

return (
Expand Down

0 comments on commit 5d0ac61

Please sign in to comment.