From 4002119b480d220f395588682eb697b50b53b3bb Mon Sep 17 00:00:00 2001 From: Anastasia <142572092+LuminaEnvision@users.noreply.github.com> Date: Sat, 20 Dec 2025 13:19:10 +0700 Subject: [PATCH] Update card: add swap links as hyperlinks, keep contract address --- .../UseDeCleanupToday/UseDeCleanupToday.tsx | 53 +++++++++++++++---- 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/components/UseDeCleanupToday/UseDeCleanupToday.tsx b/components/UseDeCleanupToday/UseDeCleanupToday.tsx index da67c1f..d6998c7 100644 --- a/components/UseDeCleanupToday/UseDeCleanupToday.tsx +++ b/components/UseDeCleanupToday/UseDeCleanupToday.tsx @@ -38,11 +38,12 @@ const UseDeCleanupToday = () => { bullets: [ "Live on Base", "Used for quick rewards and trading", + "Swap: ETH/bDCU, USDT/bDCU", ], - buttonLabel: "Link – coming soon", - buttonHref: "#", - buttonDisabled: true, - note: "Link will be updated as soon as token is launched.", + buttonLabel: "View on Clanker", + buttonHref: "https://www.clanker.world/clanker/0x30171b7014c02229497CdE6745DD3aD821F12b07", + buttonDisabled: false, + note: "Contract: 0x30171b7014c02229497CdE6745DD3aD821F12b07", imageUrl: "/token-icon.png", }, { @@ -131,12 +132,44 @@ const UseDeCleanupToday = () => { {/* Bullet Points */} {/* Note (if present) */}