mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 23:15:46 +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();
|
||||
|
||||
return (
|
||||
<Group spacing="xs">
|
||||
<Group spacing="xs" noWrap>
|
||||
<Image
|
||||
width={50}
|
||||
src={config.settings.logo || '/imgs/logo/logo.png'}
|
||||
|
||||
Reference in New Issue
Block a user