-
Notifications
You must be signed in to change notification settings - Fork 619
Fix Portal > Contracts overview page links #5541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Portal > Contracts overview page links #5541
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
apps/portal/src/app/connect/in-app-wallet/guides/interact-blockchain/page.mdx
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5541 +/- ##
=======================================
Coverage 46.19% 46.19%
=======================================
Files 1081 1081
Lines 58613 58613
Branches 3933 3933
=======================================
Hits 27075 27075
Misses 30855 30855
Partials 683 683
*This pull request uses carry forward flags. Click here to find out more. |
gregfromstl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM besides the typo graphite flagged
d82a4cd to
159c057
Compare
apps/portal/src/app/react/v5/in-app-wallet/how-to/interact-blockchain/page.mdx
Outdated
Show resolved
Hide resolved
159c057 to
991d557
Compare
size-limit report 📦
|
Merge activity
|
Fixes: DASH-487 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating references to smart contract interaction links throughout the application, simplifying the URLs to point directly to `/contracts` instead of specific interaction overview pages. ### Detailed summary - Updated `href` in `page.tsx` from `/contracts/interact/overview` to `/contracts`. - Changed references in `interact-blockchain/page.mdx` to point to `/contracts`. - Modified links in `contracts/page.mdx` to `/contracts`. - Adjusted links in `sdk.tsx` to `https://portal.thirdweb.com/contracts`. - Updated SDK documentation links in `ipfs/page.mdx` to `/contracts`. - Changed SDK references in `gas/page.mdx` to `/contracts`. - Updated redirects in `redirects.mjs` for `/sdk`, `/sdk/how-it-works`, and `/sdk/getting-started` to `/contracts`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
991d557 to
393d0cf
Compare

Fixes: DASH-487
PR-Codex overview
This PR focuses on updating references related to smart contract interactions throughout the application, specifically changing URLs from
/contracts/interact/overviewto/contractsfor improved navigation and clarity.Detailed summary
hrefinapps/portal/src/app/page.tsxfrom/contracts/interact/overviewto/contracts.apps/portal/src/app/connect/in-app-wallet/guides/interact-blockchain/page.mdxto use/contracts.apps/portal/src/app/contracts/page.mdxto point to/contracts.apps/portal/src/app/react/v5/in-app-wallet/how-to/interact-blockchain/page.mdxlinks to/contracts.apps/portal/src/app/contracts/explore/pre-built-contracts/nft-drop/page.mdxto refer to/contracts.buttonLinkinapps/dashboard/src/pages/sdk.tsxfromhttps://portal.thirdweb.com/contracts/interact/overviewtohttps://portal.thirdweb.com/contracts.apps/portal/src/app/glossary/ipfs/page.mdxto link to/contracts.apps/portal/src/app/glossary/gas/page.mdxfrom/contracts/interact/overviewto/contracts.apps/portal/redirects.mjsto point/sdk,/sdk/how-it-works, and/sdk/getting-startedto/contracts.