diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx index adec879fbbd..9107f38c055 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/QuickstartSection.client.tsx @@ -28,11 +28,11 @@ export function QuickStartSection(props: { icon={ArrowRightLeftIcon} setupTime={5} id="swap_tokens" - features={["Swap any token", "Cross-chain swaps"]} + features={["Swap any token", "Cross-chain swap"]} description="Swap tokens cross-chain with dedicated swapping endpoints." link={{ - href: `https://portal.thirdweb.com/payments/swap`, - label: "Setup Swaps", + href: `https://portal.thirdweb.com/bridge/swap`, + label: "Setup Swap", }} /> diff --git a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx index 96400d03716..4c6f13ff4a8 100644 --- a/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx +++ b/apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/bridge/page.tsx @@ -69,70 +69,20 @@ export default async function Page(props: { }, }, links: [ - // TODO - add docs when bridge docs are added in portal - // { - // type: "docs", - // href: "https://portal.thirdweb.com/payments", - // }, + { + type: "docs", + href: "https://portal.thirdweb.com/bridge", + }, + { + type: "playground", + href: "https://playground.thirdweb.com/bridge/swap-widget", + }, { type: "api", href: "https://api.thirdweb.com/reference#tag/bridge", }, ], }} - footer={{ - center: { - links: [ - { - href: "https://playground.thirdweb.com/payments/ui-components", - label: "UI Component", - }, - { - href: "https://playground.thirdweb.com/connect/payments/fund-wallet", - label: "Buy Crypto", - }, - { - href: "https://playground.thirdweb.com/connect/payments/commerce", - label: "Checkout", - }, - { - href: "https://playground.thirdweb.com/connect/payments/transactions", - label: "Transactions", - }, - ], - title: "Demos", - }, - left: { - links: [ - { - href: "https://portal.thirdweb.com/payments", - label: "Overview", - }, - { - href: "https://portal.thirdweb.com/typescript/v5/convertCryptoToFiat", - label: "TypeScript", - }, - { - href: "https://portal.thirdweb.com/react/v5/pay/fund-wallets", - label: "React", - }, - { - href: "https://portal.thirdweb.com/dotnet/universal-bridge/quickstart", - label: ".NET", - }, - ], - title: "Documentation", - }, - right: { - links: [ - { - href: "https://www.youtube.com/watch?v=aBu175-VsNY", - label: "Implement cross-chain payments in any app", - }, - ], - title: "Tutorials", - }, - }} >