Skip to content

Commit

Permalink
add launchpad route mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytc13579 committed Jan 17, 2024
1 parent 215abbb commit 5ecc83e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/layouts/Header/menuConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ export const NAV_ITEMS: Array<NavItem> = [
isNewWindow: false,
isHide: false,
},
{
label: 'Launchpad',
href: '/launchpad',
isNewWindow: false,
isHide: false,
},
{
label: '$BVM',
href: '/bvm',
Expand Down

0 comments on commit 5ecc83e

Please sign in to comment.