From 55bc88600755a6e0975700b426a999b809e72822 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 26 Sep 2024 20:08:35 +0200
Subject: [PATCH] igem bielefeld

---
 src/contents/igem-bielefeld.tsx | 3 +++
 src/sidebars/igbS.tsx           | 3 ++-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/contents/igem-bielefeld.tsx b/src/contents/igem-bielefeld.tsx
index 27868d2e..5bbbd045 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 8cb7469f..37af2cc3 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
-- 
GitLab