Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
chore: add games page to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxyw committed Nov 25, 2023
1 parent 76cfb11 commit ff382b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i18n/en-US/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
"talk_shit_definition_white_paper": "Talk Shit Definition White Paper",
"talk_shit_definition_white_paper_desc": "Provides a definition of the \"Talk Shit\" action",
"open": "Open main menu",
"close": "Close main menu"
"close": "Close main menu",
"games": "Games"
}
4 changes: 4 additions & 0 deletions src/lib/shared/layout/header/navigation/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ export const definition: NavigationDefinition = [
{
name: 'navigation_events',
href: '/events'
},
{
name: 'navigation_games',
href: '/games'
}
]
}
Expand Down

0 comments on commit ff382b3

Please sign in to comment.