Skip to content

Commit 769a927

Browse files
committed
[Dashboard] Feature: add universal-bridge framer page (#6176)
<!-- start pr-codex --> ## PR-Codex overview This PR focuses on modifying the routes in the `framer-rewrites.js` file for the dashboard application, specifically adding and updating certain paths. ### Detailed summary - Added the route `"/connect/universal-bridge"`. - Updated the existing route list by retaining `"/connect/pay"`, `"/connect/account-abstraction"`, and `"/nebula"`. - Removed the comment indicating `// --insight`. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent ceff873 commit 769a927

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
"/connect/sign-in",
1212
"/connect/pay",
1313
"/connect/account-abstraction",
14+
"/connect/universal-bridge",
1415
// -- nebula
1516
"/nebula",
1617
// --insight

0 commit comments

Comments
 (0)