Update badge related Sidebar links

This commit is contained in:
Serkan Reis 2023-02-10 16:46:42 +03:00
parent 4aefaaf8d2
commit b9003f4f75

View File

@ -15,9 +15,9 @@ const routes = [
{ text: 'My Collections', href: `/collections/myCollections/`, isChild: true },
{ text: 'Collection Actions', href: `/collections/actions/`, isChild: true },
{ text: 'Badges', href: `/badges/`, isChild: false },
{ text: 'Create a Badge', href: `/collections/create/`, isChild: true },
{ text: 'My Badges', href: `/collections/myCollections/`, isChild: true },
{ text: 'Badge Actions', href: `/collections/actions/`, isChild: true },
{ text: 'Create a Badge', href: `/badges/create/`, isChild: true },
{ text: 'My Badges', href: `/badges/myBadges/`, isChild: true },
{ text: 'Badge Actions', href: `/badges/actions/`, isChild: true },
{ text: 'Contract Dashboards', href: `/contracts/`, isChild: false },
{ text: 'Base Minter Contract', href: `/contracts/baseMinter/`, isChild: true },
{ text: 'Vending Minter Contract', href: `/contracts/vendingMinter/`, isChild: true },