Skip to content

Commit

Permalink
fix: Navbar not showing on multiple reload at /brand
Browse files Browse the repository at this point in the history
  • Loading branch information
apneduniya committed Jun 4, 2024
1 parent ed0429b commit bd7194f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const App = () => {
<main>
{(window.location.pathname === "/" ||
window.location.pathname === "/coc" ||
window.location.pathname === "brand" ||
window.location.pathname === "/brand" ||
window.location.pathname === "/events" ||
window.location.pathname === "team") && <Navbar />}
<Routes>
Expand Down

0 comments on commit bd7194f

Please sign in to comment.