From f331f01225a8638bca2c3d59ed484045746d63de Mon Sep 17 00:00:00 2001 From: MananTank Date: Wed, 13 Nov 2024 22:43:22 +0000 Subject: [PATCH] Add /nebula framer rewrite in dashboard (#5414) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR updates the routing paths in the `apps/dashboard/framer-rewrites.js` file by adding a new route and modifying existing ones. ### Detailed summary - Added the route `"/nebula"`. - Changed the `"/connect/sign-in"` route to `"/connect/sign-in"` (no change). - Modified the `"/contracts/modular-contracts"` route. - Modified the `"/contracts/explore"` route. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/dashboard/framer-rewrites.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/framer-rewrites.js b/apps/dashboard/framer-rewrites.js index 41e01f5d0c4..635ce4b04ce 100644 --- a/apps/dashboard/framer-rewrites.js +++ b/apps/dashboard/framer-rewrites.js @@ -5,6 +5,7 @@ module.exports = [ // -- product landing pages -- // -- connect "/connect/sign-in", + "/nebula", // -- contracts "/contracts/modular-contracts", "/contracts/explore",