Skip to content

Commit abbf1df

Browse files
authored
Merge pull request #111 from armada-ths/feat/map
Release map feature
2 parents a32e2fd + a30ac5d commit abbf1df

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/shared/NavigationMenu.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const studentLinks: NavigationLink[] = [
7979
title: "Map",
8080
href: "/student/map",
8181
description: "Find your way around the fair",
82-
enabled: false
82+
enabled: true
8383
}
8484
]
8585

src/feature_flags.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const FEATURE_FLAGS: Record<
2222
boolean
2323
> = {
2424
EVENT_PAGE: true,
25-
MAP_PAGE: false
25+
MAP_PAGE: true
2626
}
27-
2827
export default FEATURE_FLAGS

0 commit comments

Comments
 (0)