From 9082f6212608103df27124d9846ddda8788e73eb Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Thu, 15 Aug 2024 09:48:22 +0200
Subject: [PATCH] wiki under construction weg

---
 src/contents/Home.tsx                   | 3 +--
 src/contents/drylab.tsx                 | 3 +--
 src/contents/judging.tsx                | 3 +--
 src/contents/measurement.tsx            | 3 +--
 src/contents/parts.tsx                  | 3 +--
 src/contents/supplementary-material.tsx | 3 +--
 6 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/src/contents/Home.tsx b/src/contents/Home.tsx
index b3ebc53d..5c046649 100644
--- a/src/contents/Home.tsx
+++ b/src/contents/Home.tsx
@@ -5,8 +5,7 @@ export function Home() {
     <>
       <div className="row">
         <div className="col">
-          <h2>Wiki under construction!</h2>
-          <hr/>
+        
         </div>
       </div>
       <div className="row">
diff --git a/src/contents/drylab.tsx b/src/contents/drylab.tsx
index c837da7c..6b496ec0 100644
--- a/src/contents/drylab.tsx
+++ b/src/contents/drylab.tsx
@@ -5,8 +5,7 @@ export function Drylab() {
       <>
         <div className="row">
           <div className="col">
-            <h2>Wiki under construction!</h2>
-            <hr/>
+
           </div>
         </div>
         <div className="row">
diff --git a/src/contents/judging.tsx b/src/contents/judging.tsx
index 8c0efe57..29b0a134 100644
--- a/src/contents/judging.tsx
+++ b/src/contents/judging.tsx
@@ -5,8 +5,7 @@ export function Judging() {
       <>
         <div className="row">
           <div className="col">
-            <h2>Wiki under construction!</h2>
-            <hr/>
+            
           </div>
         </div>
         <div className="row">
diff --git a/src/contents/measurement.tsx b/src/contents/measurement.tsx
index 56832b99..4d49333c 100644
--- a/src/contents/measurement.tsx
+++ b/src/contents/measurement.tsx
@@ -5,8 +5,7 @@ export function Measurement() {
       <>
         <div className="row">
           <div className="col">
-            <h2>Wiki under construction!</h2>
-            <hr/>
+            
           </div>
         </div>
         <div className="row">
diff --git a/src/contents/parts.tsx b/src/contents/parts.tsx
index 15807136..8e7a1463 100644
--- a/src/contents/parts.tsx
+++ b/src/contents/parts.tsx
@@ -5,8 +5,7 @@ export function Parts() {
       <>
         <div className="row">
           <div className="col">
-            <h2>Wiki under construction!</h2>
-            <hr/>
+           
           </div>
         </div>
         <div className="row">
diff --git a/src/contents/supplementary-material.tsx b/src/contents/supplementary-material.tsx
index e57d30f0..4fb8e9bd 100644
--- a/src/contents/supplementary-material.tsx
+++ b/src/contents/supplementary-material.tsx
@@ -5,8 +5,7 @@ export function Supplementary() {
       <>
         <div className="row">
           <div className="col">
-            <h2>Wiki under construction!</h2>
-            <hr/>
+           
           </div>
         </div>
         <div className="row">
-- 
GitLab