Skip to content
Snippets Groups Projects
Commit a83190ac authored by Adam Chovan's avatar Adam Chovan
Browse files

add redirect for envilab logo

parent 0c74104d
No related branches found
No related tags found
No related merge requests found
Pipeline #448900 passed
...@@ -11,7 +11,9 @@ const Menu = ({ changeTab }) => { ...@@ -11,7 +11,9 @@ const Menu = ({ changeTab }) => {
<Box component="nav" aria-label="My site" sx={{ flexGrow: 1 }}> <Box component="nav" aria-label="My site" sx={{ flexGrow: 1 }}>
<List role="menubar" orientation="horizontal"> <List role="menubar" orientation="horizontal">
<ListItem role="none"> <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> </ListItem>
<ListDivider /> <ListDivider />
<ListItem role="none"> <ListItem role="none">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment