Skip to content

Commit

Permalink
Yet another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Sep 24, 2024
1 parent 3b4d740 commit 76c207a
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/components/LVMWebRoot/LVMAppShell/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,14 @@ export default function Header() {
<>
<Box className={classes.root} bg={isAlert ? 'red.9' : undefined}>
<Group className={classes.group} w="100%">
{/* <Link href="/"> */}
{/* <Box> */}
<Link href="/">
<Box component={Link} href="/">
<Image src="/lvm_logo.png" h={44} alt="LVM logo" />
</Link>
<Link href="/">
<Title order={3} className={classes.title} visibleFrom="sm">
</Box>
<Box component={Link} href="/" visibleFrom="sm">
<Title order={3} className={classes.title}>
LVM Web
</Title>
</Link>
</Box>
<Box style={{ flex: 1 }} />
<Group gap="xs" align="flex-end">
<AlertsActionIcon />
Expand Down

0 comments on commit 76c207a

Please sign in to comment.