File tree Expand file tree Collapse file tree 8 files changed +9
-11
lines changed
apps/dashboard/src/app/(app)/team/[team_slug] Expand file tree Collapse file tree 8 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -367,7 +367,7 @@ function AppHighlightsCard({
367367 color : "hsl(var(--chart-2))" ,
368368 emptyContent : (
369369 < EmptyStateContent
370- description = "Onramp, swap, and bridge with thirdweb's Universal Bridge ."
370+ description = "Onramp, swap, and bridge with thirdweb's Payments ."
371371 link = "https://portal.thirdweb.com/connect/pay/overview"
372372 metric = "Payments"
373373 />
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ function ProductsSection(props: { teamSlug: string; projectSlug: string }) {
257257 "Bridge, swap, and purchase cryptocurrencies with any fiat options or tokens via cross-chain routing" ,
258258 href : `/team/${ props . teamSlug } /${ props . projectSlug } /universal-bridge` ,
259259 icon : PayIcon ,
260- title : "Universal Bridge " ,
260+ title : "Payments " ,
261261 } ,
262262 ] ;
263263
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export function ProjectSidebarLayout(props: {
7575 {
7676 href : `${ layoutPath } /universal-bridge` ,
7777 icon : PayIcon ,
78- label : "Universal Bridge " ,
78+ label : "Payments " ,
7979 } ,
8080 {
8181 href : `${ layoutPath } /tokens` ,
Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ function AppHighlightsCard({
435435 color : "hsl(var(--chart-2))" ,
436436 emptyContent : (
437437 < EmptyStateContent
438- description = "Onramp, swap, and bridge with thirdweb's Universal Bridge ."
438+ description = "Onramp, swap, and bridge with thirdweb's Payments ."
439439 link = "https://portal.thirdweb.com/connect/pay/overview"
440440 metric = "Payments"
441441 />
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ export default async function Layout(props: {
2525 < div className = "pt-4 lg:pt-6" >
2626 < div className = "container max-w-7xl" >
2727 < h1 className = "mb-1 font-semibold text-2xl tracking-tight lg:text-3xl" >
28- Universal Bridge
28+ Payments
2929 </ h1 >
3030 < p className = "max-w-3xl text-muted-foreground text-sm leading-relaxed" >
31- Universal Bridge allows your users to bridge, swap, and purchase
31+ Payments allows your users to bridge, swap, and purchase
3232 cryptocurrencies and execute transactions with any fiat options or
3333 tokens via cross-chain routing.{ " " }
3434 < UnderlineLink
Original file line number Diff line number Diff line change @@ -63,9 +63,7 @@ export default async function Page(props: {
6363 < div className = "absolute inset-0 bg-gradient-to-br from-green-500/5 to-transparent" />
6464 < div className = "relative flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between" >
6565 < div className = "flex flex-col gap-1" >
66- < h3 className = "font-medium text-lg" >
67- Get Started with Universal Bridge
68- </ h3 >
66+ < h3 className = "font-medium text-lg" > Get Started with Payments</ h3 >
6967 < p className = "text-muted-foreground text-sm" >
7068 Simple, instant, and secure payments across any token and chain.
7169 </ p >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export default async function WebhooksLayout(props: {
2929 path : `/team/${ params . team_slug } /${ params . project_slug } /webhooks` ,
3030 } ,
3131 {
32- name : "Universal Bridge " ,
32+ name : "Payments " ,
3333 path : `/team/${ params . team_slug } /${ params . project_slug } /webhooks/universal-bridge` ,
3434 } ,
3535 ] }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default async function Page(props: {
1919 return (
2020 < div >
2121 < h2 className = "mb-0.5 font-semibold text-xl tracking-tight" >
22- Universal Bridge Webhooks
22+ Payments Webhooks
2323 </ h2 >
2424 < p className = "text-muted-foreground text-sm" >
2525 Get notified for Bridge, Swap and Onramp events.{ " " }
You can’t perform that action at this time.
0 commit comments