From 2a4596142bff2d613d87742f9a7aed573416a654 Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:44:04 +1000 Subject: [PATCH] Update Navbar.tsx --- frontend/src/components/Navbar.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 4e5d59542..56c2e9428 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -52,12 +52,8 @@ function Navbar() {
- {navbarLinks.map(({ href, event, icon, text, mobileHidden }) => ( + {navbarLinks.map(({ href, event, icon, text }) => ( - - - {text} @@ -83,4 +78,4 @@ function Navbar() { ); } -export default Navbar; +export default Navbar; \ No newline at end of file