This commit is contained in:
miloschwartz
2025-11-07 20:38:36 -08:00
parent fb9ed8f592
commit 7125b49024
5 changed files with 16 additions and 16 deletions

View File

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