Fix logo noWrap argument

This commit is contained in:
ajnart
2022-11-29 20:30:37 +09:00
parent 940513dc32
commit f544c621e4

View File

@@ -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'}