diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index ba2c860..b6ef080 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -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 },