diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 57e6f69f3eed06f2f22990b8b736045a8734e901..52ae0ff9bd34ff54979c529b654e1a708abd3f2d 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 da9fc000d18e5b05acfcaad4aba9036575e82755..ecb659bc2e000279b4afb2d26f0603a2e181b27f 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> </>