Skip to content

Commit

Permalink
Merge pull request #8 from 0xsequence/solutionMigration
Browse files Browse the repository at this point in the history
fixed builder routing
  • Loading branch information
JamesLawton authored Mar 8, 2024
2 parents 7be1e30 + 9b907a5 commit 0d2352e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
]
}
]
},

{
Expand Down

0 comments on commit 0d2352e

Please sign in to comment.