Skip to content

Commit c160e91

Browse files
authored
chore: redirect /universal-bridge -> /payments (#7593)
1 parent f33e31a commit c160e91

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = [
99
// -- build category
1010
"/wallets",
1111
"/account-abstraction",
12-
"/universal-bridge",
12+
"/payments",
1313
"/auth",
1414
"/in-app-wallets",
1515
"/transactions",

apps/dashboard/redirects.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ async function redirects() {
416416
source: "/connect/account-abstraction",
417417
},
418418
{
419-
destination: "/universal-bridge",
419+
destination: "/payments",
420420
permanent: false,
421421
source: "/connect/universal-bridge",
422422
},
@@ -440,6 +440,11 @@ async function redirects() {
440440
permanent: false,
441441
source: "/rpc-edge",
442442
},
443+
{
444+
destination: "/payments",
445+
permanent: false,
446+
source: "/universal-bridge",
447+
},
443448
...legacyDashboardToTeamRedirects,
444449
...projectPageRedirects,
445450
...teamPageRedirects,

0 commit comments

Comments
 (0)