Skip to content

Commit cf0bf4e

Browse files
committed
fixing Migration Guide routing
1 parent 6272112 commit cf0bf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ export const sidebar: SideBar = {
214214
},
215215
{
216216
name: "Migration Guide",
217-
href: `${walletSlug}//web3-onboard/migration-guide`,
217+
href: `${walletSlug}/web3-onboard/migration-guide`,
218218
},
219219
],
220220
},

0 commit comments

Comments
 (0)