From a83190ac7fd36d99d40cdcdd54a1fe16e0d31416 Mon Sep 17 00:00:00 2001
From: Adam Chovan <xchovan@fi.muni.cz>
Date: Thu, 23 May 2024 11:33:18 +0200
Subject: [PATCH] add redirect for envilab logo

---
 src/components/Menu.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/components/Menu.js b/src/components/Menu.js
index 313bce7..e77be1a 100644
--- a/src/components/Menu.js
+++ b/src/components/Menu.js
@@ -11,7 +11,9 @@ const Menu = ({ changeTab }) => {
     <Box component="nav" aria-label="My site" sx={{ flexGrow: 1 }}>
       <List role="menubar" orientation="horizontal">
         <ListItem role="none">
-          <img src={enviLogo} alt="Logo of EnviLab" style={{ width: '180px', height: '50px' }} />
+          <a href='https://envilab.cerit-sc.cz/en-gb'>
+            <img src={enviLogo} alt="Logo of EnviLab" style={{ width: '180px', height: '50px' }} />
+          </a>
         </ListItem>
         <ListDivider />
         <ListItem role="none">
-- 
GitLab