Skip to content

Commit 3c8f525

Browse files
[Dashboard] Add nexus to framer-rewrites.js (#8287)
<!-- ## 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 routing paths in the `apps/dashboard/framer-rewrites.js` file by adding a new route for `/nexus` and ensuring existing routes are retained. ### Detailed summary - Added the route `"/nexus"` to the existing routing configuration. - Retained existing routes: `"/payments"`, `"/payments/x402"`, `"/auth"`, `"/in-app-wallets"`, and `"/transactions"`. > ✨ 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** * Added support for the new "/nexus" route in the dashboard application. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent ceba683 commit 3c8f525

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ module.exports = [
1111
"/account-abstraction",
1212
"/payments",
1313
"/payments/x402",
14+
"/nexus",
1415
"/auth",
1516
"/in-app-wallets",
1617
"/transactions",

0 commit comments

Comments
 (0)