Skip to content
Snippets Groups Projects
Commit 77190e75 authored by Lucy Hao's avatar Lucy Hao :moyai:
Browse files

reorder menu

parent 3df267db
No related branches found
No related tags found
No related merge requests found
......@@ -20,31 +20,28 @@ const Menu = () => {
{
title: "Project",
links: [
{ to: "/contribution", label: "Contribution" },
{ to: "/description", label: "Description" },
{ to: "/design", label: "Design" },
{ to: "/usermanual", label: "User Manual" },
{ to: "/contribution", label: "Contribution" },
],
},
// EXPERIMENTS
{
title: "Experiments",
links: [
{ to: "/results", label: "Results" },
{ to: "/engineering", label: "Engineering Success" },
{ to: "/notebook", label: "Notebook" },
{ to: "/protocols", label: "Protocols" },
{ to: "/safety", label: "Safety" },
{ to: "/engineering", label: "Engineering Success" },
{ to: "/parts", label: "Parts" },
{ to: "/notebook", label: "Notebook" },
{ to: "/results", label: "Results" },
],
},
// HUMAN PRACTICES
{
title: "Human Practices",
links: [
{ to: "/human-practices", label: "Integrated Human Practices" },
{ to: "/education", label: "Education" },
],
links: [{ to: "/human-practices", label: "Integrated Human Practices" }],
},
// MODELS
{
......@@ -68,11 +65,8 @@ const Menu = () => {
{
title: "Achievements",
links: [
{ to: "/model", label: "Model" },
{ to: "/contribution", label: "Contribution" },
{ to: "/education", label: "Education" },
{ to: "/human-practices", label: "Human Practices" },
{ to: "/engineering", label: "Engineering" },
{ to: "/model", label: "Model" },
],
},
];
......
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