Merge pull request #519 from ajnart/feature/spotlight-search-bar

This commit is contained in:
Thomas Camlong
2022-11-29 21:10:05 +09:00
committed by GitHub
6 changed files with 210 additions and 220 deletions

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