Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/lib/config/nav-menu/all-nav-items.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,9 @@ export const allNavItems: {[key: string]: NavMenuItem} = {
marketingPathname: '/talent',
url: getMarketingUrl('/talent'),
},
referralProgram: {
label: 'Referral Programme',

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[💡 readability]
Consider using consistent spelling for 'Programme'. In other parts of the codebase, 'Program' is used (e.g., 'referralProgram'). Consistency in terminology helps maintain readability and avoids potential confusion.

marketingPathname: '/nasa-referral',
url: getMarketingUrl('/nasa-referral'),
},
}
1 change: 1 addition & 0 deletions src/lib/config/nav-menu/main-navigation.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export const mainNavigationItems: NavMenuItem[] = [
allNavItems.aiHub,
allNavItems.statistics,
allNavItems.discordApp,
allNavItems.referralProgram,
]
},
{
Expand Down
Loading