mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +01:00
Fix click on logo breaking config changes
Just removed the link on the logo
This commit is contained in:
@@ -18,13 +18,6 @@ export function Logo({ style, withoutText }: any) {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{withoutText ? null : (
|
{withoutText ? null : (
|
||||||
<NextLink
|
|
||||||
href="/"
|
|
||||||
style={{
|
|
||||||
textDecoration: 'none',
|
|
||||||
position: 'relative',
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Text
|
<Text
|
||||||
sx={style}
|
sx={style}
|
||||||
weight="bold"
|
weight="bold"
|
||||||
@@ -37,7 +30,6 @@ export function Logo({ style, withoutText }: any) {
|
|||||||
>
|
>
|
||||||
{config.settings.title || 'Homarr'}
|
{config.settings.title || 'Homarr'}
|
||||||
</Text>
|
</Text>
|
||||||
</NextLink>
|
|
||||||
)}
|
)}
|
||||||
</Group>
|
</Group>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user