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

navbar layout

parent 2f643724
No related branches found
No related tags found
No related merge requests found
......@@ -227,14 +227,6 @@ export const NavPages: (Page | Folder)[] = [
{
name: "Project",
folder: [
{
name: "Engineering Success",
title: "Engineering",
path: "/engineering",
component: Engineering,
header: ENGH,
navlist: [""],
},
{
name: "Description",
title: "Project Description",
......@@ -243,6 +235,27 @@ export const NavPages: (Page | Folder)[] = [
header: DESCH,
navlist: ["Abstract", "Cystic Fibrosis", "Our motivation", "Approach", "Delivery", "Our vision", "References"]
},
{
name: "Results",
title: "Results",
path: "/results",
component: Results,
header: RESH,
navlist: [""],
},
{
name: "Engineering Success",
title: "Engineering",
path: "/engineering",
component: Engineering,
header: ENGH,
navlist: [""],
},
],
},
{
name: "Lab",
folder: [
{
name: "Wet Lab",
title: "Wet Lab",
......@@ -267,15 +280,7 @@ export const NavPages: (Page | Folder)[] = [
header: NOTEH,
navlist: [""],
},
{
name: "Results",
title: "Results",
path: "/results",
component: Results,
header: RESH,
navlist: [""],
},
],
]
},
{
name: "Safety",
......
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