reset nav logo size

This commit is contained in:
miloschwartz
2025-11-08 14:18:43 -08:00
parent f98b4baa73
commit 10f8298161
2 changed files with 5 additions and 5 deletions

View File

@@ -20,11 +20,11 @@ export function LayoutHeader({ showTopBar }: LayoutHeaderProps) {
const { isUnlocked } = useLicenseStatusContext();
const logoWidth = isUnlocked()
? env.branding.logo?.navbar?.width || 118
: 118;
? env.branding.logo?.navbar?.width || 98
: 98;
const logoHeight = isUnlocked()
? env.branding.logo?.navbar?.height || 29.5
: 29.5;
? env.branding.logo?.navbar?.height || 32
: 32;
useEffect(() => {
function getPath() {