From 5897dd837c96d52ba05a6c7527848d706e5196e5 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <lsanfilippo@techfak.uni-bielefeld.de>
Date: Thu, 21 Nov 2024 17:05:35 +0100
Subject: [PATCH] Banner Bild tauschen

---
 src/App/App.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/App/App.css b/src/App/App.css
index 9ae150be..c7fc6c88 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -3785,7 +3785,7 @@ figure img{
   background: linear-gradient(rgba(255,255,255,0.2), rgba(0, 0, 0,0.2)), url("https://static.igem.wiki/teams/5247/photos/header/experiments.webp");
 }
 #ibhead{
-  background: linear-gradient(rgba(255,255,255,0.2), rgba(0, 0, 0,0.2)), url("https://static.igem.wiki/teams/5247/photos/header/igem-bielefeld.webp");
+  background: linear-gradient(rgba(255,255,255,0.2), rgba(0, 0, 0,0.2)), url("https://static.igem.wiki/teams/5247/photos/header/bielefeld-neu.webp");
 }
 #jughead{
   background: linear-gradient(rgba(255,255,255,0.2), rgba(0, 0, 0,0.2)), url("https://static.igem.wiki/teams/5247/photos/header/judging.webp");
-- 
GitLab