Skip to content

Commit 41217bc

Browse files
committed
Dashboard, Portal, Playground: Rename leftover usage of 'Universal Bridge' to 'Payments' in UI
1 parent bd3d645 commit 41217bc

File tree

18 files changed

+36
-38
lines changed

18 files changed

+36
-38
lines changed

apps/dashboard/src/@/components/misc/AnnouncementBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function AnnouncementBanner() {
4747
return (
4848
<AnnouncementBannerUI
4949
href="https://blog.thirdweb.com/the-fastest-way-to-build-web3-applications/"
50-
label="We have re-branded our Engine, Universal Bridge, and Connect products. Please read the full blog post for details on changes"
50+
label="We have re-branded our Engine, Payments, and Connect products. Please read the full blog post for details on changes"
5151
trackingLabel="product-rebrand"
5252
/>
5353
);

apps/dashboard/src/app/(app)/(dashboard)/(bridge)/routes/page.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {
1010
type SearchParams,
1111
} from "./components/server/routes-table";
1212

13-
const title = "Universal Bridge Routes: Swap, Bridge, and Onramp";
13+
const title = "Payments Routes: Swap, Bridge, and Onramp";
1414
const description =
1515
"A list of token routes for swapping, bridging, and on-ramping between EVM chains with thirdweb.";
1616

@@ -65,9 +65,7 @@ export default async function RoutesPage(props: {
6565
<div className="absolute inset-0 bg-gradient-to-br from-green-500/5 to-transparent" />
6666
<div className="relative flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between">
6767
<div className="flex flex-col gap-1">
68-
<h3 className="font-medium text-lg">
69-
Get Started with Universal Bridge
70-
</h3>
68+
<h3 className="font-medium text-lg">Get Started with Payments</h3>
7169
<p className="text-muted-foreground text-sm">
7270
Simple, instant, and secure payments across any token and chain.
7371
</p>

apps/dashboard/src/app/bridge/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import { getCurrencyMetadata } from "thirdweb/extensions/erc20";
77
import { UniversalBridgeEmbed } from "./components/client/UniversalBridgeEmbed";
88
import { bridgeAppThirdwebClient } from "./constants";
99

10-
const title = "Universal Bridge: Swap, Bridge, and Onramp";
10+
const title = "Payments: Swap, Bridge, and Onramp";
1111
const description =
12-
"Swap, bridge, and on-ramp to any EVM chain with thirdweb's Universal Bridge.";
12+
"Swap, bridge, and on-ramp to any EVM chain with thirdweb's Payments.";
1313

1414
export const metadata: Metadata = {
1515
description,
@@ -80,7 +80,7 @@ export default async function BridgePage({
8080
<div className="relative flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between">
8181
<div className="flex flex-col gap-1">
8282
<h3 className="font-medium text-lg">
83-
Get Started with Universal Bridge
83+
Get Started with Payments
8484
</h3>
8585
<p className="text-muted-foreground text-sm">
8686
Simple, instant, and secure payments across any token and

apps/playground-web/src/app/connect/pay/backend/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function Layout(props: { children: React.ReactNode }) {
99
<>HTTP API to bridge, swap and onramp to and from any currency</>
1010
}
1111
docsLink="https://portal.thirdweb.com/connect/pay/overview?utm_source=playground"
12-
title="Universal Bridge API"
12+
title="Payments API"
1313
/>
1414

1515
{props.children}

apps/playground-web/src/app/connect/pay/backend/page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export default async function Page() {
1111
<div className="flex flex-col justify-between md:flex-row md:gap-8">
1212
<div>
1313
<h2 className="mb-1 font-semibold text-2xl tracking-tight">
14-
Universal Bridge REST API
14+
thirdweb Payments REST API
1515
</h2>
1616
<p className="mb-5 text-muted-foreground">
17-
Directly interact with the Universal Bridge API from your backend,
18-
using standard REST APIs.
17+
Directly interact with the thirdweb Payments API from your
18+
backend, using standard REST APIs.
1919
</p>
2020
</div>
2121

apps/playground-web/src/app/connect/pay/backend/reference/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Breadcrumbs() {
6464
<BreadcrumbList>
6565
<BreadcrumbItem>
6666
<BreadcrumbLink href="/connect/pay/backend">
67-
Universal Bridge API
67+
Payments API
6868
</BreadcrumbLink>
6969
</BreadcrumbItem>
7070
<BreadcrumbSeparator />

apps/playground-web/src/app/connect/pay/commerce/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
99
description:
1010
"The easiest way for users to transact in your app. Onramp users in clicks and generate revenue for each user transaction. Integrate for free.",
1111
metadataBase,
12-
title: "Integrate Fiat & Cross-Chain Crypto Payments | Universal Bridge",
12+
title: "Integrate Fiat & Cross-Chain Crypto Payments | thirdweb Payments",
1313
};
1414

1515
export default function Page() {

apps/playground-web/src/app/connect/pay/fund-wallet/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const metadata: Metadata = {
99
description:
1010
"The easiest way for users to fund their wallets. Onramp users in clicks and generate revenue for each user transaction. Integrate for free.",
1111
metadataBase,
12-
title: "Buy Crypto | thirdweb Universal Bridge",
12+
title: "Buy Crypto | thirdweb Payments",
1313
};
1414

1515
export default function Page() {

apps/playground-web/src/app/connect/pay/page.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export const metadata: Metadata = {
88
description:
99
"The easiest way for users to transact in your app. Onramp users, pay with any token and generate revenue for each user transaction. Integrate for free.",
1010
metadataBase,
11-
title:
12-
"Integrate Fiat & Cross-Chain Crypto Payments | thirdweb Universal Bridge",
11+
title: "Integrate Fiat & Cross-Chain Crypto Payments | thirdweb Payments",
1312
};
1413

1514
export default function Page(props: {
@@ -25,7 +24,7 @@ export default function Page(props: {
2524
</>
2625
}
2726
docsLink="https://portal.thirdweb.com/connect/pay/get-started?utm_source=playground"
28-
title="Universal Bridge UI component"
27+
title="Payments UI component"
2928
>
3029
<PayEmbedPlayground searchParams={props.searchParams} />
3130
</PageLayout>

apps/playground-web/src/app/navLinks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const universalBridgeSidebarLinks: SidebarLink = {
109109
name: "Backend API",
110110
},
111111
],
112-
name: "Universal Bridge",
112+
name: "Payments",
113113
};
114114

115115
const engineSidebarLinks: SidebarLink = {

0 commit comments

Comments
 (0)