Skip to content

Commit

Permalink
Merge branch 'dev-v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
SySagar committed Mar 3, 2024
2 parents 1a74e44 + 350544b commit 0a83923
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/ui/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import BookIcon from "@mui/icons-material/Book";
import WebhookIcon from "@mui/icons-material/Webhook";
import GroupsIcon from "@mui/icons-material/Groups";
import Divider from "@mui/material/Divider";
import Link from "@mui/material/Link";
import "../App.css";

const DrawerList = ({ activeLink }) => (
Expand Down Expand Up @@ -156,7 +157,17 @@ const Header = () => {
padding="10px 32px"
gap="16px"
>
<Stack direction="row" gap="12px" alignItems="center" flexGrow={1}>
<Stack
component={Link}
href="/"
style={{
textDecoration: "none",
}}
direction="row"
gap="12px"
alignItems="center"
flexGrow={1}
>
<img
src="/logo/enigma_contained.png"
alt="Enigma VSSUT logo"
Expand Down

0 comments on commit 0a83923

Please sign in to comment.