Skip to content

Commit db6ace7

Browse files
committed
added web3 onboard page
1 parent 332536b commit db6ace7

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,10 @@ export const sidebar: SideBar = {
193193
},
194194
],
195195
},
196+
{
197+
name: "Web3 Onboard",
198+
href: `${walletSlug}/web3-onboard`,
199+
},
196200
{
197201
name: "Migrate to thirdweb",
198202
href: `${walletSlug}/migrate-to-thirdweb`,
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Web3 Onboard
2+
3+
thirdweb acquired Web3Onboard by Blocknative on 1/13/2025. We will be quickly migrating the documentation over to thirdweb in the coming weeks. For now, please refer to [Web3 Onboard's documentation](https://onboard.blocknative.com/docs/overview/introduction)
4+
5+
If you have any questions on how to migrate over to thirdweb's SDK, please review our docs or [visit our support site](https://thirdweb.com/support).

0 commit comments

Comments
 (0)