diff --git a/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx b/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx index a7baa1e4a53..0c65afe20a3 100644 --- a/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx +++ b/apps/playground-web/src/app/connect/pay/embed/LeftSection.tsx @@ -105,8 +105,8 @@ export function LeftSection(props: { { diff --git a/apps/playground-web/src/app/connect/pay/embed/RightSection.tsx b/apps/playground-web/src/app/connect/pay/embed/RightSection.tsx index ed64e98b7b8..51932d99b11 100644 --- a/apps/playground-web/src/app/connect/pay/embed/RightSection.tsx +++ b/apps/playground-web/src/app/connect/pay/embed/RightSection.tsx @@ -74,7 +74,7 @@ export function RightSection(props: { ? "Transaction" : props.options.payOptions.mode === "direct_payment" ? "Purchase" - : "Fund Wallet"), + : "Buy Crypto"), image: props.options.payOptions.image || `https://placehold.co/600x400/${ diff --git a/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx b/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx index b2b5084d3f6..9478d7a8f33 100644 --- a/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx +++ b/apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx @@ -7,7 +7,7 @@ import type { Metadata } from "next"; export const metadata: Metadata = { metadataBase, - title: "Fund wallets | thirdweb Universal Bridge", + title: "Buy Crypto | thirdweb Universal Bridge", description: "The easiest way for users to fund their wallets. Onramp users in clicks and generate revenue for each user transaction. Integrate for free.", }; @@ -41,7 +41,7 @@ function StyledPayEmbed() { <>

- Fund Wallet + Buy Crypto

Inline component that allows users to buy any currency. diff --git a/apps/playground-web/src/app/navLinks.ts b/apps/playground-web/src/app/navLinks.ts index 037cc6beced..942135872e6 100644 --- a/apps/playground-web/src/app/navLinks.ts +++ b/apps/playground-web/src/app/navLinks.ts @@ -112,7 +112,7 @@ const universalBridgeSidebarLinks: SidebarLink = { href: "/connect/pay", }, { - name: "Fund Wallet", + name: "Buy Crypto", href: "/connect/pay/fund-wallet", }, {