From 80ee3d66709848c9d0e3e27cb5dd18bf5b842c49 Mon Sep 17 00:00:00 2001 From: MananTank Date: Thu, 3 Apr 2025 17:05:00 +0000 Subject: [PATCH] [TOOL-3950] Dashboard: link to /explore page for contracts card on chain page (#6637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview This PR updates a link in the `products.ts` file for the dashboard component, changing the URL for a specific product. ### Detailed summary - Updated the `link` property for the product from `https://thirdweb.com/contracts` to `https://thirdweb.com/explore`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- .../src/app/(dashboard)/(chain)/components/server/products.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/components/server/products.ts b/apps/dashboard/src/app/(dashboard)/(chain)/components/server/products.ts index b7a4923b576..16a4548465e 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/components/server/products.ts +++ b/apps/dashboard/src/app/(dashboard)/(chain)/components/server/products.ts @@ -14,7 +14,7 @@ export const products = [ id: "contracts", icon: ContractIcon, description: "Pre-built contracts & deployment tools", - link: "https://thirdweb.com/contracts", + link: "https://thirdweb.com/explore", }, { name: "Connect SDK",