Skip to content

Commit 67354f1

Browse files
committed
/auth and /iaw -> framer
1 parent 862db40 commit 67354f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+127
-3088
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = [
1111
"/connect/sign-in",
1212
"/connect/account-abstraction",
1313
"/connect/universal-bridge",
14+
"/connect/auth",
15+
"/connect/in-app-wallets",
1416
// -- nebula
1517
"/nebula",
1618
// --insight

apps/dashboard/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"@emotion/styled": "11.14.0",
3030
"@hookform/resolvers": "^3.9.1",
3131
"@marsidev/react-turnstile": "^1.1.0",
32-
"@n8tb1t/use-scroll-position": "^2.0.3",
3332
"@radix-ui/react-accordion": "^1.2.3",
3433
"@radix-ui/react-alert-dialog": "^1.1.6",
3534
"@radix-ui/react-avatar": "^1.1.3",

apps/dashboard/redirects.js

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,18 @@ async function redirects() {
343343
destination: "/connect/universal-bridge",
344344
permanent: false,
345345
},
346+
// redirect /auth to /connect/auth
347+
{
348+
source: "/auth",
349+
destination: "/connect/auth",
350+
permanent: false,
351+
},
352+
// redirect /in-app-wallets to /connect/in-app-wallets
353+
{
354+
source: "/in-app-wallets",
355+
destination: "/connect/in-app-wallets",
356+
permanent: false,
357+
},
346358
// PREVIOUS CAMPAIGNS
347359
{
348360
source: "/unlimited-wallets",

apps/dashboard/src/@/actions/emailSignup.ts

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

apps/dashboard/src/@/components/theme-provider.tsx

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

apps/dashboard/src/app/(landing)/ThemeProvider.tsx

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

0 commit comments

Comments
 (0)