We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a32e2fd + a30ac5d commit abbf1dfCopy full SHA for abbf1df
src/components/shared/NavigationMenu.tsx
@@ -79,7 +79,7 @@ const studentLinks: NavigationLink[] = [
79
title: "Map",
80
href: "/student/map",
81
description: "Find your way around the fair",
82
- enabled: false
+ enabled: true
83
}
84
]
85
src/feature_flags.ts
@@ -22,7 +22,6 @@ export const FEATURE_FLAGS: Record<
22
boolean
23
> = {
24
EVENT_PAGE: true,
25
- MAP_PAGE: false
+ MAP_PAGE: true
26
27
-
28
export default FEATURE_FLAGS
0 commit comments