From 1b07b61a6dd81d0d3bb661293b37c30f3006e2ac Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 12 Dec 2025 20:39:50 -0800 Subject: [PATCH] feat: new pages go in nav oopsie --- src/components/navigation.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/components/navigation.ts b/src/components/navigation.ts index 615dea8..e688e27 100644 --- a/src/components/navigation.ts +++ b/src/components/navigation.ts @@ -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)), }, {