Revert "fix logo warning in logs"

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