From 3f46127300b29b697ab49d56d0ca076b5b499e1f Mon Sep 17 00:00:00 2001 From: liliana <liliana.sanfilippo@uni-bielefeld.de> Date: Mon, 29 Jul 2024 22:11:18 +0200 Subject: [PATCH] hp sidebar --- src/pages.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages.ts b/src/pages.ts index 53120ad5..ef4b08c9 100644 --- a/src/pages.ts +++ b/src/pages.ts @@ -26,7 +26,7 @@ Example } from "./contents"; -import { DescSidebar, NoSidebar, HpSidebar } from "./contents"; +import { DescSidebar, NoSidebar } from "./contents"; import { BFHH, ETHH, JUDGEH, DESH, PROOFH, SUPH, PARTH, MESH, ENGH, DRYH, HOMEH, HPH, INTSH, SPONH, RESH, ATTH, CONTH, DESCH, EXPH, IMPH, NOTEH, SAFEH, TEAMH, WIKIH } from "./contents"; interface Base { @@ -134,7 +134,7 @@ const Pages: (Page | Folder)[] = [ path: "/human-practices", component: HumanPractices, header: HPH, - navlist: HpSidebar + navlist: NoSidebar }, @@ -413,7 +413,7 @@ export const NavPages: (Page | Folder)[] = [ path: "/human-practices", component: HumanPractices, header: HPH, - navlist: HpSidebar + navlist: NoSidebar }, { name: "Interviews", -- GitLab