Skip to content

Commit 285321b

Browse files
docs: Update in-app wallet backend API link (#4572)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates redirects and icon imports in the `portal` app and refactors the sidebar in `sidebar.tsx`. ### Detailed summary - Added a new redirect for in-app wallet details on the server - Reordered icon imports in `sidebar.tsx` - Updated sidebar links for In-App Wallet and Ecosystem Wallet pages > The following files were skipped due to too many changes: `apps/portal/src/app/connect/sidebar.tsx` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 8035923 commit 285321b

File tree

2 files changed

+539
-538
lines changed

2 files changed

+539
-538
lines changed

apps/portal/redirects.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ const otherRedirects = {
705705
"/unity/wallets/providers/embedded-wallet": "/unity/wallets/providers/in-app-wallet",
706706
// connect
707707
"/connect/connect": "/connect/sign-in",
708+
"/connect/in-app-wallet/how-to/get-in-app-wallet-details-on-server": "/connect/in-app-wallet/guides/get-in-app-wallet-details-on-server",
708709
};
709710

710711
const v5RestructuredRedirects = {

0 commit comments

Comments
 (0)