From ac326e24f1f7d78103ba363c40c964eb448061bf Mon Sep 17 00:00:00 2001 From: eabdelmoneim <10700302+eabdelmoneim@users.noreply.github.com> Date: Thu, 18 Dec 2025 17:23:51 +0000 Subject: [PATCH] [Portal] Fix Transactions link in Archived Documentation section (#8574) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://linear.app/thirdweb/issue/PRO-149/fix-archive-link-for-transactions Update the Transactions link to point to /engine instead of /wallets/server/send-transactions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- ## PR-Codex overview This PR focuses on updating the `href` property of the `ArticleCardIndex` component in the `page.tsx` file to redirect users to a new location. ### Detailed summary - Changed the `href` property of the `ArticleCardIndex` from `"/wallets/server/send-transactions"` to `"/engine"` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` ## Summary by CodeRabbit * **Chores** * Updated the Transactions card navigation link destination in the Archive section. ✏️ Tip: You can customize this high-level summary in your review settings. --- apps/portal/src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/portal/src/app/page.tsx b/apps/portal/src/app/page.tsx index 78acb47269b..e102ae88740 100644 --- a/apps/portal/src/app/page.tsx +++ b/apps/portal/src/app/page.tsx @@ -96,7 +96,7 @@ function ArchiveSection() { />