Skip to content

Commit 919bae9

Browse files
committed
[PRO-25] Dashboard: Update bridge page header to show supported tokens, chains and routes count
1 parent 93e1166 commit 919bae9

File tree

1 file changed

+4
-8
lines changed
  • apps/dashboard/src/app/(app)/(dashboard)/tokens

1 file changed

+4
-8
lines changed

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { BringToFrontIcon } from "lucide-react";
22
import type { Metadata } from "next";
33
import { unstable_cache } from "next/cache";
4-
import Link from "next/link";
54
import { Bridge } from "thirdweb";
65
import { serverThirdwebClient } from "@/constants/thirdweb-client.server";
76
import { PageHeader } from "./components/header";
@@ -35,13 +34,10 @@ export default async function Page() {
3534
<h1 className="text-4xl font-bold tracking-tighter mb-1">
3635
Discover and swap any tokens on any chain, instantly
3736
</h1>
38-
<Link
39-
className="text-muted-foreground hover:text-foreground"
40-
href="https://thirdweb.com/monetize/bridge"
41-
target="_blank"
42-
>
43-
Powered by thirdweb bridge
44-
</Link>
37+
38+
<p className="text-muted-foreground">
39+
85+ chains, 3200+ tokens and 9+ million routes supported
40+
</p>
4541
</div>
4642
</div>
4743
<TokenPage chains={chains} />

0 commit comments

Comments
 (0)