summaryrefslogtreecommitdiff
path: root/frontend/src/components/navigation/Navbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/navigation/Navbar.js')
-rw-r--r--frontend/src/components/navigation/Navbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/navigation/Navbar.js b/frontend/src/components/navigation/Navbar.js
index d22f637e..b47f1f94 100644
--- a/frontend/src/components/navigation/Navbar.js
+++ b/frontend/src/components/navigation/Navbar.js
@@ -27,7 +27,7 @@ const GitHubLink = () => (
const NavItemWithoutRoute = ({ route, location, children }) => (
<li
className={classNames(
- 'nav-item',
+ 'nav-item clickable',
location.pathname === route ? 'active' : undefined,
)}
>