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