diff --git a/apps/portal/src/app/connect/sidebar.tsx b/apps/portal/src/app/connect/sidebar.tsx index 28e9e5eb82d..8b905263af7 100644 --- a/apps/portal/src/app/connect/sidebar.tsx +++ b/apps/portal/src/app/connect/sidebar.tsx @@ -193,6 +193,10 @@ export const sidebar: SideBar = { }, ], }, + { + name: "Web3 Onboard", + href: `${walletSlug}/web3-onboard`, + }, { name: "Migrate to thirdweb", href: `${walletSlug}/migrate-to-thirdweb`, diff --git a/apps/portal/src/app/connect/wallet/web3-onboard/page.mdx b/apps/portal/src/app/connect/wallet/web3-onboard/page.mdx new file mode 100644 index 00000000000..5d69562d3db --- /dev/null +++ b/apps/portal/src/app/connect/wallet/web3-onboard/page.mdx @@ -0,0 +1,5 @@ +# Web3 Onboard + +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) + +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). \ No newline at end of file