aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.js')
-rw-r--r--src/App.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.js b/src/App.js
index 9703cfc..069ae93 100644
--- a/src/App.js
+++ b/src/App.js
@@ -20,7 +20,7 @@ function App() {
return (
<div className="App">
- {!excludedRoutes.includes(location.pathname) && <Navbar />}
+ {!excludedRoutes.includes(location.pathname) && <Navbar />}
<Routes>
<Route path="/" element={<Home />} />
<Route path="/about" element={<About />} />