From fb7ca161bb56a23f612cc7d596d42ff70e64677c Mon Sep 17 00:00:00 2001 From: Sam Heinz <54530346+asylumexp@users.noreply.github.com> Date: Tue, 11 Mar 2025 11:45:42 +1000 Subject: [PATCH] Update Navbar.tsx --- frontend/src/components/Navbar.tsx | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/Navbar.tsx b/frontend/src/components/Navbar.tsx index 56c2e9428..35bc8f43b 100644 --- a/frontend/src/components/Navbar.tsx +++ b/frontend/src/components/Navbar.tsx @@ -28,7 +28,6 @@ function Navbar() { }; }, []); return ( - <>
{navbarLinks.map(({ href, event, icon, text }) => ( - - - - {text} - - - + ))}