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