🐛 Logo link not working

This commit is contained in:
Meier Lukas
2023-08-07 19:17:05 +02:00
parent fec5364e37
commit 0190f4550d

View File

@@ -44,7 +44,7 @@ export const MainHeader = ({
<Group spacing="xl" mt="xs" px="md" position="apart" noWrap> <Group spacing="xl" mt="xs" px="md" position="apart" noWrap>
<Group noWrap style={{ flex: 1 }}> <Group noWrap style={{ flex: 1 }}>
{leftIcon} {leftIcon}
<UnstyledButton component={Link} href={logoHref}> <UnstyledButton component="a" href={logoHref}>
<Logo /> <Logo />
</UnstyledButton> </UnstyledButton>
</Group> </Group>