Skip to content

Commit ea855c6

Browse files
committed
trusted partner program & remove /contracts (#5591)
fixes: DASH-503 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on the removal of several components and pages related to contracts in the dashboard, along with updates to routing configurations. ### Detailed summary - Deleted the following files: - `contracts.tsx` - `Stats.tsx` - `CaseStudyStatic.tsx` - `ContractInteractionSection.tsx` - `LandingCaseStudyStaticSection.tsx` - Updated `page-id.ts` by modifying the `ContractsLanding` constant. - Modified `framer-rewrites.js` to add new routes: - `/nebula` - `/trusted-partner-program` - `/trusted-partner-program/:partner_slug` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 125de5f commit ea855c6

File tree

7 files changed

+5
-750
lines changed

7 files changed

+5
-750
lines changed

apps/dashboard/framer-rewrites.js

+5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ module.exports = [
66
// -- product landing pages --
77
// -- connect
88
"/connect/sign-in",
9+
// -- nebula
910
"/nebula",
1011
// -- contracts
12+
"/contracts",
1113
"/contracts/modular-contracts",
1214
"/contracts/explore",
1315
"/contracts/deployment-tool",
@@ -20,4 +22,7 @@ module.exports = [
2022
"/solutions/ecosystem",
2123
// -- campaigns --
2224
"/unlimited-wallets",
25+
// -- TPP --
26+
"/trusted-partner-program",
27+
"/trusted-partner-program/:partner_slug",
2328
];

apps/dashboard/src/components/contracts/CaseStudyStatic.tsx

-69
This file was deleted.

apps/dashboard/src/components/contracts/ContractInteractionSection.tsx

-70
This file was deleted.

apps/dashboard/src/components/contracts/LandingCaseStudyStaticSection.tsx

-195
This file was deleted.

0 commit comments

Comments
 (0)