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} - - - + ))}