From 86461f9a078ff218e40909b411bbbe3007848b13 Mon Sep 17 00:00:00 2001 From: MananTank Date: Mon, 6 Oct 2025 20:01:56 +0000 Subject: [PATCH] [PRO-25] Dashboard: Update bridge page header to show supported tokens, chains and routes count (#8195) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR focuses on updating the content of the `Page` component in the `page.tsx` file by removing a `Link` element and replacing it with a `p` element that provides information about token and chain support. ### Detailed summary - Removed the `Link` component that directed users to the thirdweb bridge. - Added a `p` element stating "85+ chains, 3200+ tokens and 9+ million routes supported". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit - **Style** - Updated the Tokens dashboard header to display marketing stats: “85+ chains, 3200+ tokens, and 9+ million routes supported.” - Replaced the previous header link with a plain text paragraph for a cleaner presentation. - No changes to data, performance, or underlying functionality. --- .../src/app/(app)/(dashboard)/tokens/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/apps/dashboard/src/app/(app)/(dashboard)/tokens/page.tsx b/apps/dashboard/src/app/(app)/(dashboard)/tokens/page.tsx index bc3827b71ac..b83c584a708 100644 --- a/apps/dashboard/src/app/(app)/(dashboard)/tokens/page.tsx +++ b/apps/dashboard/src/app/(app)/(dashboard)/tokens/page.tsx @@ -1,7 +1,6 @@ import { BringToFrontIcon } from "lucide-react"; import type { Metadata } from "next"; import { unstable_cache } from "next/cache"; -import Link from "next/link"; import { Bridge } from "thirdweb"; import { serverThirdwebClient } from "@/constants/thirdweb-client.server"; import { PageHeader } from "./components/header"; @@ -35,13 +34,10 @@ export default async function Page() {

Discover and swap any tokens on any chain, instantly

- - Powered by thirdweb bridge - + +

+ 85+ chains, 3200+ tokens and 9+ million routes supported +