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

Home now shows description page

parent 5bc26fb0
No related branches found
No related tags found
No related merge requests found
Pipeline #394507 passed with warnings
......@@ -130,17 +130,17 @@ const Pages: (Page | Folder)[] = [
name: "Home",
title: "Bielefeld CeBiTec",
path: "/",
component: Home,
header: HOMEH,
navlist: [""],
component: Description,
header: DESCH,
navlist: ["Abstract", "Cystic Fibrosis", "Our motivation", "Approach", "Delivery", "Our vision", "References"]
},
{
name: "Home",
title: "Bielefeld CeBiTec",
path: "/index.html",
component: Home,
header: HOMEH,
navlist: [""],
component: Description,
header: DESCH,
navlist: ["Abstract", "Cystic Fibrosis", "Our motivation", "Approach", "Delivery", "Our vision", "References"]
},
{
name: "Impressum",
......
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