Skip to content

Commit

Permalink
Release map feature
Browse files Browse the repository at this point in the history
  • Loading branch information
AmiyaSX committed Nov 13, 2024
1 parent 7ae6ba5 commit a30ac5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/shared/NavigationMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const studentLinks: NavigationLink[] = [
title: "Map",
href: "/student/map",
description: "Find your way around the fair",
enabled: false
enabled: true
}
]

Expand Down
3 changes: 1 addition & 2 deletions src/feature_flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const FEATURE_FLAGS: Record<
boolean
> = {
EVENT_PAGE: true,
MAP_PAGE: false
MAP_PAGE: true
}

export default FEATURE_FLAGS

0 comments on commit a30ac5d

Please sign in to comment.