You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Portal: Add missing redirects for bridge pages (#8201)
<!--
## 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 focuses on updating the redirect mappings in the `redirects.mjs` file, specifically adding new routes for payment-related functionalities.
### Detailed summary
- Added new redirect mappings for:
- `"/payments/sell"` to `"/bridge/sell"`
- `"/payments/swap"` to `"/bridge/swap"`
- `"/payments/tokens"` to `"/bridge/tokens"`
- `"/payments/routes"` to `"/bridge/routes"`
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **New Features**
* Introduced redirects for payment paths to corresponding bridge destinations, ensuring seamless navigation and deep-linking:
* /payments/sell → /bridge/sell
* /payments/swap → /bridge/swap
* /payments/tokens → /bridge/tokens
* /payments/routes → /bridge/routes
* Existing bookmarks and shared links to payment pages will continue to work and automatically route to the updated locations, improving consistency and reducing friction without requiring any UI changes.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments