feat: new pages go in nav oopsie
Node.js CI / Lint and Test (pull_request) Successful in 53s

This commit is contained in:
2025-12-12 20:39:50 -08:00
parent 76a402d215
commit 1b07b61a6d
+16
View File
@@ -27,6 +27,22 @@ export const navigation = [
label: "Mentorship Programme Terms and Conditions",
link: "/about/mentorship",
},
{
label: "Development Review Policy",
link: "/about/development-reviews",
},
{
label: "Mock Interview Policy",
link: "/about/mock-interviews",
},
{
label: "Portfolio Review Policy",
link: "/about/portfolio-reviews",
},
{
label: "Letter of Recommendation and Character Reference Policy",
link: "/about/recommendations",
},
].sort((a, b) => a.label.localeCompare(b.label)),
},
{