Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into max/edge
  • Loading branch information
maximun85 committed Sep 11, 2024
2 parents 0a8a18b + fcb817c commit e8f1d8a
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 265 deletions.
9 changes: 4 additions & 5 deletions src/layouts/HeaderV4/menuConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,16 +155,15 @@ export const NAV_ITEMS_LEFT: Array<NavItem> = [
isNewWindow: false,
isHide: false,
},

{
label: 'BVM',
href: '/bvm',
label: 'Ecosystem',
href: '/explore',
isNewWindow: false,
isHide: false,
},
{
label: 'Ecosystem',
href: '/explore',
label: '$BVM',
href: '/bvm',
isNewWindow: false,
isHide: false,
},
Expand Down
Loading

0 comments on commit e8f1d8a

Please sign in to comment.