diff --git a/src/contents/igem-bielefeld.tsx b/src/contents/igem-bielefeld.tsx index 27868d2e511c409ee2f51b5165c76f0ec1e8c882..5bbbd0458ca58fdd4ace1c7de050a35fcd65a2a8 100644 --- a/src/contents/igem-bielefeld.tsx +++ b/src/contents/igem-bielefeld.tsx @@ -8,6 +8,9 @@ export function igemBielefeld() { useTabNavigation(); return ( <> + <Section title="Bielefeld University" id="Bielefeld University"> + ... + </Section> <Section title="History" id="History"> <div className="row"> <div className="col"> diff --git a/src/sidebars/igbS.tsx b/src/sidebars/igbS.tsx index 8cb7469f76db1bba034f174291563a2582ed7a77..37af2cc32f0fecbda29b864882d1e81c18f6f807 100644 --- a/src/sidebars/igbS.tsx +++ b/src/sidebars/igbS.tsx @@ -12,7 +12,8 @@ export function iGemBielefeldSidebar(){ } const tabs = [ - { tab: "History", subtabs: ["Origins", "Former Teams"]}, + {tab: "Bielefeld University"}, + { tab: "History"}, { tab: "Steering Committee", subtabs: ["Function", "Jörn"]}, {tab: "Future"} ]; \ No newline at end of file