From 15700a625c94fbe1cf33d1cf753d5ad0053fdb80 Mon Sep 17 00:00:00 2001 From: Suman Bhadra Date: Sat, 26 Oct 2024 00:48:58 +0530 Subject: [PATCH] fixed routing path --- frontend/src/components/Pages/Boardgame.jsx | 2 +- frontend/src/router/index.jsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Pages/Boardgame.jsx b/frontend/src/components/Pages/Boardgame.jsx index 1a38f68..1e4ce9a 100644 --- a/frontend/src/components/Pages/Boardgame.jsx +++ b/frontend/src/components/Pages/Boardgame.jsx @@ -397,7 +397,7 @@ function Boardgame() { onClick={() => handleInstantPlay(board)} className="px-4 py-2 text-white bg-blue-500 rounded-lg opacity-0 transition-opacity duration-700 delay-300 group-hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-blue-500" > - Instant Play + Instant Play diff --git a/frontend/src/router/index.jsx b/frontend/src/router/index.jsx index 33c9c2a..efc8965 100644 --- a/frontend/src/router/index.jsx +++ b/frontend/src/router/index.jsx @@ -30,6 +30,7 @@ const router = createBrowserRouter( } /> } /> } /> + } /> } /> } /> } /> @@ -42,7 +43,7 @@ const router = createBrowserRouter( } /> } /> } /> - } /> + )