Skip to content

Commit 2bb0d4c

Browse files
committed
[Dashboard] Update URL rewrites for grants and superchain pages
1 parent 81c66f4 commit 2bb0d4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ module.exports = [
4040
"/community/ambassadors",
4141
"/community/startup-program",
4242
// -- grants --
43-
"/grant/superchain",
43+
"/grants",
44+
"/superchain",
4445
// -- templates --
4546
"/templates",
4647
"/templates/:template_slug",

apps/dashboard/src/app/(app)/team/[team_slug]/[project_slug]/(sidebar)/connect/account-abstraction/AccountAbstractionPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ function GasCreditAlert(props: {
110110
target="_blank"
111111
label="superchain-landing"
112112
category={TRACKING_CATEGORY}
113-
href="https://thirdweb.com/grant/superchain"
113+
href="https://thirdweb.com/superchain"
114114
>
115115
Learn More
116116
</TrackedUnderlineLink>

0 commit comments

Comments
 (0)