Skip to content

Commit 6272112

Browse files
committed
adding sidebar routing.
1 parent 8941294 commit 6272112

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/portal/src/app/connect/sidebar.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,16 @@ export const sidebar: SideBar = {
207207
},
208208
{
209209
name: "Web3 Onboard",
210-
href: `${walletSlug}/web3-onboard`,
210+
links: [
211+
{
212+
name: "Overview",
213+
href: `${walletSlug}/web3-onboard/overview`,
214+
},
215+
{
216+
name: "Migration Guide",
217+
href: `${walletSlug}//web3-onboard/migration-guide`,
218+
},
219+
],
211220
},
212221
{
213222
name: "Migrate to thirdweb",

0 commit comments

Comments
 (0)