From 5d0ac615bafcc7b676688c870884ca5081a4385d Mon Sep 17 00:00:00 2001 From: Souvik Khan Date: Tue, 6 Aug 2024 20:31:58 +0530 Subject: [PATCH] updated create team path --- app/teams/page.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/teams/page.jsx b/app/teams/page.jsx index 2beeb72..a50a5c1 100644 --- a/app/teams/page.jsx +++ b/app/teams/page.jsx @@ -36,7 +36,7 @@ const TeamFinder = () => { }, []); const NavigateToCreateTeam = () => { - router.push("/create-team"); + router.push("/create/team"); }; return (