fix logo warning in logs

This commit is contained in:
Owen
2026-08-12 10:48:06 -04:00
parent 833b27ab4a
commit 355294a2d4
+2 -2
View File
@@ -42,8 +42,8 @@ export function LayoutHeader({
const pathname = usePathname();
const logoWidth = isUnlocked()
? env.branding.logo?.navbar?.width || 98
: 98;
? env.branding.logo?.navbar?.width || 128
: 128;
const logoHeight = isUnlocked()
? env.branding.logo?.navbar?.height || 32
: 32;