💄 apple standalone page improvements

This commit is contained in:
Manuel Ruwe
2022-10-10 20:46:22 +02:00
committed by Manuel
parent f951bcd750
commit 9aaf5e0dc0
18 changed files with 70 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ export function Logo({ style, withoutText }: any) {
<Group spacing="xs">
<Image
width={50}
src={config.settings.logo || '/imgs/logo.png'}
src={config.settings.logo || '/imgs/logo/logo.png'}
style={{
position: 'relative',
}}