Skip to content

Commit

Permalink
trusted partner program & remove /contracts (#5591)
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
jnsdls committed Dec 2, 2024
1 parent 125de5f commit ea855c6
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 750 deletions.
5 changes: 5 additions & 0 deletions apps/dashboard/framer-rewrites.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ module.exports = [
// -- product landing pages --
// -- connect
"/connect/sign-in",
// -- nebula
"/nebula",
// -- contracts
"/contracts",
"/contracts/modular-contracts",
"/contracts/explore",
"/contracts/deployment-tool",
Expand All @@ -20,4 +22,7 @@ module.exports = [
"/solutions/ecosystem",
// -- campaigns --
"/unlimited-wallets",
// -- TPP --
"/trusted-partner-program",
"/trusted-partner-program/:partner_slug",
];
69 changes: 0 additions & 69 deletions apps/dashboard/src/components/contracts/CaseStudyStatic.tsx

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ea855c6

Please sign in to comment.