Skip to content

Commit 7b6e21f

Browse files
committed
update startup program URL path (#5701)
fixes: DASH-602 <!-- start pr-codex --> --- ## PR-Codex overview This PR focuses on updating the routing paths in the `framer-rewrites.js` file for the dashboard application, specifically modifying the community and grants sections. ### Detailed summary - Removed the route `"/community/ambassadors/startup-program"`. - Added the route `"/community/startup-program"`. - No other changes were made to the routing paths for community pages or grants. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 4573e2c commit 7b6e21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/framer-rewrites.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = [
3535
"/privacy-policy",
3636
// -- community pages --
3737
"/community/ambassadors",
38-
"/community/ambassadors/startup-program",
38+
"/community/startup-program",
3939
// -- grants --
4040
"/grant/superchain",
4141
];

0 commit comments

Comments
 (0)