Skip to content

Commit

Permalink
feat: move "NFT Collection" into "Tokens" menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Jan 16, 2024
1 parent 260b7c2 commit 48d790d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/Header/MenusComp/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ const useMenuDataList = () => {
name: t('navbar.inscription'),
url: '/inscriptions',
},
{
type: LinkType.Inner,
name: t('navbar.nft_collections'),
url: '/nft-collections',
},
],
},
{
type: LinkType.Inner,
name: t('navbar.nft_collections'),
url: '/nft-collections',
},
{
type: LinkType.Inner,
name: t('navbar.charts'),
Expand Down

0 comments on commit 48d790d

Please sign in to comment.