Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions apps/dashboard/src/app/(app)/(dashboard)/tokens/page.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down Expand Up @@ -35,13 +34,10 @@ export default async function Page() {
<h1 className="text-4xl font-bold tracking-tighter mb-1">
Discover and swap any tokens on any chain, instantly
</h1>
<Link
className="text-muted-foreground hover:text-foreground"
href="https://thirdweb.com/monetize/bridge"
target="_blank"
>
Powered by thirdweb bridge
</Link>

<p className="text-muted-foreground">
85+ chains, 3200+ tokens and 9+ million routes supported
</p>
</div>
</div>
<TokenPage chains={chains} />
Expand Down
Loading