Skip to content
Snippets Groups Projects
Commit 3f461273 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

hp sidebar

parent 6686adc4
No related branches found
No related tags found
No related merge requests found
Pipeline #398213 passed
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment