From 8a79c88a763f7c8c8d7f9fd28f5021321a876974 Mon Sep 17 00:00:00 2001
From: Liliana Sanfilippo <liliana.sanfilippo@uni-bielefeld.de>
Date: Sun, 29 Sep 2024 17:49:22 +0200
Subject: [PATCH] =?UTF-8?q?=20=20=20=20iGEM-Bielefeld-Logo=20soll=20beim?=
 =?UTF-8?q?=20draufklicken=20zum=20=E2=80=9EAbout=20iGEM=20Bielefeld?=
 =?UTF-8?q?=E2=80=9C=20seite=20weiterleiten?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/components/Navbar.tsx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 972b95ae..11981695 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -123,14 +123,14 @@ export function Navbar() {
         <BootstrapNavbar.Brand>
         <div className="row">
           <div className="col" style={{width: "fit-content"}}>
-          <a href='/home'><img src='https://static.igem.wiki/teams/5247/logos-team/precyse-no-slogan.png' style={{maxHeight: "5vh"}}/> </a>
+          <a href='home'><img src='https://static.igem.wiki/teams/5247/logos-team/precyse-no-slogan.png' style={{maxHeight: "5vh"}}/> </a>
           </div> 
           <div className="col" style={{width: "fit-content"}}>
           <img src='https://static.igem.wiki/teams/5247/logos-team/line-for-logos-offblack.svg' style={{maxHeight: "5vh"}}/> 
           </div>
             <div className="col" style={{width: "fit-content"}}>
-            <img src='https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png' style={{maxHeight: "5vh"}}/>
-          
+            <a href='igem-bielefeld'> <img src='https://static.igem.wiki/teams/5247/logos-team/igem-bielefeld-logo-our-colours.png' style={{maxHeight: "5vh"}}/>
+            </a>
             </div>
             
           </div>
-- 
GitLab