diff --git a/src/components/shared/NavigationMenu.tsx b/src/components/shared/NavigationMenu.tsx index ea9bd73..8ef4227 100644 --- a/src/components/shared/NavigationMenu.tsx +++ b/src/components/shared/NavigationMenu.tsx @@ -85,12 +85,6 @@ const aboutLinks: NavigationLink[] = [ description: `Get to know the Armada organization`, enabled: true }, - { - title: "Events", - href: "/student/events", - description: "See the events leading up to the fair", - enabled: feature("EVENT_PAGE") - }, { title: "Team", href: "/about/team",