From 9b907a5e909bb4f56d2f1162f3c0271fc44d2000 Mon Sep 17 00:00:00 2001 From: James Lawton Date: Fri, 8 Mar 2024 13:25:48 +0000 Subject: [PATCH] fixed builder routing --- nav.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nav.ts b/nav.ts index 932562982f..cbe1c529bc 100644 --- a/nav.ts +++ b/nav.ts @@ -8,8 +8,11 @@ export const topNav = [ { text: 'Marketplace', link: '/solutions/marketplaces/white-label-marketplace', match: '/solutions/marketplaces/white-label-marketplace' }, { text: 'Collectibles', link: '/solutions/collectibles/contracts/900-mint-items-from-ERC1155', match: '/solutions/collectibles/contracts/900-mint-items-from-ERC1155' }, { text: 'Payments', link: '/solutions/nft-checkout', match: '/solutions/nft-checkout' }, - { text: 'No-code Builder', link: '/solutions/builder/overview', match: '/solutions/builder/overview' } - ] + { text: 'No-code Builder', link: '/solutions/builder/overview', match: '/solutions/builder/overview', items: [ + { text: 'Overview', link: '/solutions/builder/overview', match: '/solutions/builder/overview' }, + ] + } +] }, {