diff --git a/cryptide_project/src/App.tsx b/cryptide_project/src/App.tsx index 6c8b0d8..3b335df 100644 --- a/cryptide_project/src/App.tsx +++ b/cryptide_project/src/App.tsx @@ -60,7 +60,7 @@ function App() { //const location = useLocation(); - const hasNavbarVisible = ["/", "/login", "/signup", "/play", "/lobby", "/endgame", "/deduc"]//.includes(window.location.pathname); + const hasNavbarVisible = ["/containers/Crypteam-website/", "/containers/Crypteam-website/login", "/containers/Crypteam-website/signup", "/containers/Crypteam-website/play", "/containers/Crypteam-website/lobby", "/containers/Crypteam-website/endgame", "/containers/Crypteam-website/deduc"]//.includes(window.location.pathname); return ( @@ -73,17 +73,17 @@ function App() { {hasNavbarVisible && } - } /> - } /> - } /> - } /> - } /> - } /> - }/> - } /> - } /> - } /> - }/> + } /> + } /> + } /> + } /> + } /> + } /> + }/> + } /> + } /> + } /> + }/> {/* }/> */} } /> {/* page 404 */}