mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Logo link not working
This commit is contained in:
@@ -44,7 +44,7 @@ export const MainHeader = ({
|
||||
<Group spacing="xl" mt="xs" px="md" position="apart" noWrap>
|
||||
<Group noWrap style={{ flex: 1 }}>
|
||||
{leftIcon}
|
||||
<UnstyledButton component={Link} href={logoHref}>
|
||||
<UnstyledButton component="a" href={logoHref}>
|
||||
<Logo />
|
||||
</UnstyledButton>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user