generated from nhcarrigan/template
This commit is contained in:
@@ -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)),
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user