Skip to content

Commit b49dde3

Browse files
committed
more pages moving to framer (#5694)
closes: DASH-592, DASH-591, DASH-589, DASH-590 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on removing several components and pages related to open-source and community initiatives, while updating redirects and modifying navigation links to reflect a shift towards "Bounties" and other new paths. ### Detailed summary - Deleted multiple files related to open-source and community initiatives. - Added a redirect from `/open-source` to `/bounties`. - Updated navigation data to replace "Open Source" with "Bounties". - Removed references to "grant/superchain" and community pages from `PageId`. - Removed the `LandingImages` component and its associated interface. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 46b2071 commit b49dde3

File tree

19 files changed

+16
-2948
lines changed

19 files changed

+16
-2948
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module.exports = [
33
// -- home
44
"/",
55
"/pricing",
6+
"/bounties",
67
// -- product landing pages --
78
// -- connect
89
"/connect",
@@ -31,4 +32,9 @@ module.exports = [
3132
// -- legal --
3233
"/terms",
3334
"/privacy-policy",
35+
// -- community pages --
36+
"/community/ambassadors",
37+
"/community/ambassadors/startup-program",
38+
// -- grants --
39+
"/grant/superchain",
3440
];

apps/dashboard/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,12 @@ async function redirects() {
319319
destination: "/home",
320320
permanent: false,
321321
},
322+
// redirect "/open-source" to "/bounties"
323+
{
324+
source: "/open-source",
325+
destination: "/bounties",
326+
permanent: false,
327+
},
322328
...legacyDashboardToTeamRedirects,
323329
];
324330
}

apps/dashboard/src/components/community/FastTrackChains.tsx

Lines changed: 0 additions & 101 deletions
This file was deleted.

apps/dashboard/src/components/community/PartnersSection.tsx

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)