Skip to content

Commit 37fadf7

Browse files
committed
wallets and payment rename
1 parent 67c3d86 commit 37fadf7

File tree

180 files changed

+69
-77
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+69
-77
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export default async function RoutesPage(props: {
7474
</div>
7575
<a
7676
className="inline-flex items-center gap-2 rounded-md bg-green-600 px-4 py-2 font-medium text-sm text-white transition-all hover:bg-green-600/90 hover:shadow-sm"
77-
href="https://portal.thirdweb.com/pay"
77+
href="https://portal.thirdweb.com/payments"
7878
rel="noopener noreferrer"
7979
target="_blank"
8080
>

apps/dashboard/src/app/(app)/(dashboard)/(chain)/components/server/products.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const products = [
4848
description: "Enable payments in any token on any chain",
4949
icon: PayIcon,
5050
id: "pay",
51-
link: "https://portal.thirdweb.com/connect/pay/overview",
51+
link: "https://portal.thirdweb.com/payments",
5252
name: "Payments",
5353
},
5454
{

apps/dashboard/src/app/(app)/(dashboard)/support/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const HELP_PRODUCTS = [
4242
description: "Enable payments on any tokens on any chain",
4343
icon: PayIcon,
4444
title: "Payments",
45-
viewAllUrl: "https://portal.thirdweb.com/pay/troubleshoot",
45+
viewAllUrl: "https://portal.thirdweb.com/payments/troubleshoot",
4646
},
4747
{
4848
description: "Perform read and write transactions onchain",

apps/dashboard/src/app/(app)/team/[team_slug]/(team)/~/analytics/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ function AppHighlightsCard({
355355
emptyContent: (
356356
<EmptyStateContent
357357
description="Your apps haven't collected any fees yet."
358-
link={"https://portal.thirdweb.com/connect/pay/fees"}
358+
link={"https://portal.thirdweb.com/payments/fees"}
359359
metric="Fees"
360360
/>
361361
),

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ function AppHighlightsCard({
436436
emptyContent: (
437437
<EmptyStateContent
438438
description="Onramp, swap, and bridge with thirdweb's Universal Bridge."
439-
link="https://portal.thirdweb.com/connect/pay/overview"
439+
link="https://portal.thirdweb.com/payments"
440440
metric="Payments"
441441
/>
442442
),

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/components/PayEmbedFTUX.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export function PayEmbedFTUX(props: {
5656
<Button asChild size="sm" variant="outline">
5757
<Link
5858
className="gap-2"
59-
href="https://portal.thirdweb.com/pay"
59+
href="https://portal.thirdweb.com/payments"
6060
rel="noopener noreferrer"
6161
target="_blank"
6262
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default async function Layout(props: {
3232
cryptocurrencies and execute transactions with any fiat options or
3333
tokens via cross-chain routing.{" "}
3434
<UnderlineLink
35-
href="https://portal.thirdweb.com/pay"
35+
href="https://portal.thirdweb.com/payments"
3636
rel="noopener noreferrer"
3737
target="_blank"
3838
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default async function Page(props: {
7272
</div>
7373
<a
7474
className="inline-flex items-center gap-2 rounded-md bg-green-600 px-4 py-2 font-medium text-sm text-white transition-all hover:bg-green-600/90 hover:shadow-sm"
75-
href="https://portal.thirdweb.com/pay"
75+
href="https://portal.thirdweb.com/payments"
7676
rel="noopener noreferrer"
7777
target="_blank"
7878
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/settings/PayConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const PayConfig: React.FC<PayConfigProps> = (props) => {
9696
may set your own developer fee in addition to this fee.{" "}
9797
<Link
9898
className="text-link-foreground hover:text-foreground"
99-
href="https://portal.thirdweb.com/connect/pay/fee-sharing"
99+
href="https://portal.thirdweb.com/payments/fee-sharing"
100100
rel="noopener noreferrer"
101101
target="_blank"
102102
>

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/universal-bridge/webhooks/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default async function Page(props: {
2222
<p className="text-muted-foreground text-sm">
2323
Get notified for Bridge, Swap and Onramp events.{" "}
2424
<UnderlineLink
25-
href="https://portal.thirdweb.com/pay/webhooks"
25+
href="https://portal.thirdweb.com/payments/webhooks"
2626
rel="noopener noreferrer"
2727
target="_blank"
2828
>

0 commit comments

Comments
 (0)