File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed
apps/dashboard/src/app/(app)/(dashboard)/tokens Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11import { BringToFrontIcon } from "lucide-react" ;
22import type { Metadata } from "next" ;
33import { unstable_cache } from "next/cache" ;
4- import Link from "next/link" ;
54import { Bridge } from "thirdweb" ;
65import { serverThirdwebClient } from "@/constants/thirdweb-client.server" ;
76import { 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 } />
You can’t perform that action at this time.
0 commit comments