mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
Fix logo noWrap argument
This commit is contained in:
@@ -9,7 +9,7 @@ export function Logo({ style, withoutText }: any) {
|
|||||||
const { primaryColor, secondaryColor } = useColorTheme();
|
const { primaryColor, secondaryColor } = useColorTheme();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Group spacing="xs">
|
<Group spacing="xs" noWrap>
|
||||||
<Image
|
<Image
|
||||||
width={50}
|
width={50}
|
||||||
src={config.settings.logo || '/imgs/logo/logo.png'}
|
src={config.settings.logo || '/imgs/logo/logo.png'}
|
||||||
|
|||||||
Reference in New Issue
Block a user