Skip to content

Commit 98e6587

Browse files
authored
Revert "PM-3267 - nasa referral"
1 parent d1a80d3 commit 98e6587

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/lib/config/nav-menu/all-nav-items.config.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,4 @@ export const allNavItems: {[key: string]: NavMenuItem} = {
217217
marketingPathname: '/talent',
218218
url: getMarketingUrl('/talent'),
219219
},
220-
referralProgram: {
221-
label: 'Referral Programme',
222-
marketingPathname: '/nasa-referral',
223-
url: getMarketingUrl('/nasa-referral'),
224-
},
225220
}

src/lib/config/nav-menu/main-navigation.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const mainNavigationItems: NavMenuItem[] = [
2222
allNavItems.aiHub,
2323
allNavItems.statistics,
2424
allNavItems.discordApp,
25-
allNavItems.referralProgram,
2625
]
2726
},
2827
{

0 commit comments

Comments
 (0)