From e3dcb6b63e52f8aeadc94aea6d350da8167bc710 Mon Sep 17 00:00:00 2001 From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de> Date: Sat, 21 Sep 2024 17:06:35 +0200 Subject: [PATCH] IHP navbar --- src/pages.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages.ts b/src/pages.ts index 4a68590a..44c3d24e 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -368,7 +368,7 @@ export const NavPages: (Page | PageRef | Folder)[] = [ { name: "Introduction", title: "Introduction", - path: "/human-practices?tab=intro" + path: "/human-practices?tab=Introduction" }, { name: "Integrated Human Practices", @@ -381,27 +381,27 @@ export const NavPages: (Page | PageRef | Folder)[] = [ { name: "Feedback and Implementation", title: "Feedback and Implementation", - path: "/human-practices?tab=feedback" + path: "/human-practices?tab=Integrated Human Practices3" }, { name: "Public Engagement", title: "Education and Outreach", - path: "/human-practices?tab=public" + path: "/human-practices?tab=Further Engagement1H" }, { name: "Education", title: "Education and Outreach", - path: "/human-practices?tab=edu" + path: "/human-practices?tab=Further Engagement2H" }, { name: "Collaboration", title: "Collaboration", - path: "/human-practices?tab=collabs" + path: "/human-practices?tab=Further Engagement4H" }, { name: "Partnerships", title: "Partnerships", - path: "/human-practices?tab=ships" + path: "/human-practices?tab=Further Engagement5H" }, ] }, -- GitLab