Remove Events link from the navbar.

The Events link in the navbar has been commented out, effectively hiding it from the UI. This change may be temporary or subject to further decision, but it cleans up the navigation display for now.
This commit is contained in:
2025-03-12 15:02:50 +01:00
parent 3356c93374
commit a0d472f583

View File

@@ -45,9 +45,9 @@ export default function Navbar() {
<Link href="/dashboard" className={navLinkClass("/dashboard")}>
Dashboard
</Link>
<Link href="/events" className={navLinkClass("/events")}>
Events
</Link>
{/*<Link href="/events" className={navLinkClass("/events")}>*/}
{/* Events*/}
{/*</Link>*/}
</nav>
)}
</div>