Skip to content

Commit 80ee3d6

Browse files
committed
[TOOL-3950] Dashboard: link to /explore page for contracts card on chain page (#6637)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## 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}` <!-- end pr-codex -->
1 parent a7fd4e5 commit 80ee3d6

File tree

1 file changed

+1
-1
lines changed
  • apps/dashboard/src/app/(dashboard)/(chain)/components/server

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/(dashboard)/(chain)/components/server/products.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const products = [
1414
id: "contracts",
1515
icon: ContractIcon,
1616
description: "Pre-built contracts & deployment tools",
17-
link: "https://thirdweb.com/contracts",
17+
link: "https://thirdweb.com/explore",
1818
},
1919
{
2020
name: "Connect SDK",

0 commit comments

Comments
 (0)