diff --git a/src/components/LayoutHeader.tsx b/src/components/LayoutHeader.tsx index 47eea0893..ac265ff08 100644 --- a/src/components/LayoutHeader.tsx +++ b/src/components/LayoutHeader.tsx @@ -42,8 +42,8 @@ export function LayoutHeader({ const pathname = usePathname(); const logoWidth = isUnlocked() - ? env.branding.logo?.navbar?.width || 128 - : 128; + ? env.branding.logo?.navbar?.width || 98 + : 98; const logoHeight = isUnlocked() ? env.branding.logo?.navbar?.height || 32 : 32;