From c378898de69170688a111e997bd82234a6c1a124 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Sat, 29 Jun 2024 19:22:17 +0200
Subject: [PATCH] removed unecessary thing

---
 src/components/Footer.tsx | 4 ++--
 src/contents/wiki.tsx     | 9 +--------
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 57e6f69f..52ae0ff9 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -61,7 +61,7 @@ export function Footer() {
           </div> 
         </div>
       <div className="col-4">
-        <div className="slick-carousel align-items-center">
+      {/*   <div className="slick-carousel align-items-center">
             <a href="https://www.plasmidfactory.com/">
               <img className="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/plasmidfactory.png"/>
             </a>
@@ -95,7 +95,7 @@ export function Footer() {
             <a href="https://www.uni-bielefeld.de/fakultaeten/technische-fakultaet/arbeitsgruppen/multiscale-bioengineering/campusbrauerei/">
               <img className="img-sponsor" src="https://static.igem.wiki/teams/5247/sponsors/campus-brauerei-hinterlegt.jpeg"/>
             </a>
-        </div>
+        </div> */}
       </div>
       <div className="col-4"> 
         <div className="row align-items-center">
diff --git a/src/contents/wiki.tsx b/src/contents/wiki.tsx
index da9fc000..ecb659bc 100644
--- a/src/contents/wiki.tsx
+++ b/src/contents/wiki.tsx
@@ -7,18 +7,11 @@ export function Wiki  () {
     <>
       <div className="row">
         <div className="col">
-          <h2>Wiki under construction!</h2>
-          <hr />
-          <p>See you soon!</p>
         </div>
       </div>
       <div className="row">
         <div className="d-flex flex-column justify-content-center align-items-center">
-          <h2></h2>
-          <hr />
-          <Link to="/description" className="btn btn-secondary btn-lg">
-            Project Description
-          </Link>
+
         </div>
       </div>
     </>
-- 
GitLab