Skip to content

Commit 3acdeb8

Browse files
committed
Replace /connect page with framer
1 parent b4eed8a commit 3acdeb8

File tree

20 files changed

+95
-4455
lines changed

20 files changed

+95
-4455
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = [
55
"/pricing",
66
// -- product landing pages --
77
// -- connect
8+
"/connect",
89
"/connect/sign-in",
910
// -- nebula
1011
"/nebula",

apps/dashboard/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"react-error-boundary": "^4.1.2",
8585
"react-hook-form": "7.53.2",
8686
"react-markdown": "^9.0.1",
87-
"react-responsive-carousel": "^3.2.23",
8887
"react-table": "^7.8.0",
8988
"recharts": "^2.13.3",
9089
"remark-gfm": "^4.0.0",

apps/dashboard/redirects.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ async function redirects() {
228228
destination: "/explore",
229229
permanent: false,
230230
},
231-
232-
// framer redirects
233231
{
234232
source: "/deploy",
235233
destination: "/contracts/deployment-tool",

apps/dashboard/src/components/connect/Carousel.tsx

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

0 commit comments

Comments
 (0)