From b9003f4f755f923996a4bb45a24109f7d9f0af55 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 10 Feb 2023 16:46:42 +0300 Subject: [PATCH] Update badge related Sidebar links --- components/Sidebar.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 },