Skip to content

Commit 30b5c30

Browse files
committed
[PRO-27] Dashboard: copy changes in bridge page (#8191)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `description` in the `page.tsx` file for the `bridge` component, enhancing its clarity and accuracy regarding token capabilities. It also modifies the text of a `PillLink` to better reflect its functionality. ### Detailed summary - Updated the `description` to specify "3,200+ tokens" instead of "9M+ token routes". - Changed the `PillLink` text from "Integrate Bridge in your apps in minutes, and start generating revenue" to "Accept Payments in Any Token Right Inside Your App". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Documentation** - Updated page metadata to reflect 3,200+ tokens across 85+ chains, with clearer phrasing around finality and pricing for improved SEO and share previews. - **Style** - Refined call-to-action on the Bridge page to “Accept Payments in Any Token Right Inside Your App,” improving clarity and alignment with user goals. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 86461f9 commit 30b5c30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { bridgeAppThirdwebClient } from "./constants";
1414

1515
const title = "thirdweb Bridge: Buy, Bridge & Swap Crypto on 85+ Chains";
1616
const description =
17-
"Bridge, swap, and on-ramp across 9M+ token routes on 85+ chains (Ethereum, Base, Optimism, Arbitrum, BNB & more). Best-price routing and near-instant fast finality";
17+
"Bridge and swap 3,200+ tokens across 85+ chains (Ethereum, Base, Optimism, Arbitrum, BNB & more). Best-price routing with near-instant finality";
1818

1919
export const metadata: Metadata = {
2020
description,
@@ -105,8 +105,7 @@ export default async function BridgePage({
105105
href="https://portal.thirdweb.com/bridge"
106106
linkType="integrate-bridge"
107107
>
108-
Integrate Bridge in your apps in minutes, and start generating
109-
revenue
108+
Accept Payments in Any Token Right Inside Your App
110109
</PillLink>
111110

112111
<PillLink

0 commit comments

Comments
 (0)