We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 555cf5a commit ae35695Copy full SHA for ae35695
src/2024/Navigation/NavigationData.ts
@@ -1,11 +1,11 @@
1
import {
2
+ ROUTE_2024_CFP,
3
ROUTE_2024_JOB_OFFERS,
4
ROUTE_2024_SCHEDULE,
5
ROUTE_2024_SPEAKERS,
6
ROUTE_2024_TALKS,
7
ROUTE_ABOUT_US,
8
ROUTE_ACCOMMODATION,
- ROUTE_CFP,
9
ROUTE_CODE_OF_CONDUCT,
10
ROUTE_DIVERSITY,
11
ROUTE_HOME,
@@ -36,7 +36,7 @@ export const navigationItems2024: NavigationItem[] = [
36
37
export const subMenuItems2024: NavigationItem[] = [
38
{id: "DIVERSITY", link: ROUTE_DIVERSITY},
39
- {id: "Cfp Committee", link: ROUTE_CFP},
+ {id: "Cfp Committee", link: ROUTE_2024_CFP},
40
{id: "Accommodation", link: ROUTE_ACCOMMODATION},
41
//{ id: "Attendee information", link: ROUTE_ATTENDEE },
42
//{ id: "Speaker information", link: ROUTE_SPEAKER_INFO },
0 commit comments