diff --git a/src/components/layout/Logo.tsx b/src/components/layout/Logo.tsx index 530314b57..6acdcb075 100644 --- a/src/components/layout/Logo.tsx +++ b/src/components/layout/Logo.tsx @@ -18,26 +18,18 @@ export function Logo({ style, withoutText }: any) { }} /> {withoutText ? null : ( - - - {config.settings.title || 'Homarr'} - - + {config.settings.title || 'Homarr'} + )} );