diff --git a/src/components/LayoutHeader.tsx b/src/components/LayoutHeader.tsx index 390e24ac..2a724707 100644 --- a/src/components/LayoutHeader.tsx +++ b/src/components/LayoutHeader.tsx @@ -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() { diff --git a/src/components/OrgSelector.tsx b/src/components/OrgSelector.tsx index 4a169ae0..0186dae5 100644 --- a/src/components/OrgSelector.tsx +++ b/src/components/OrgSelector.tsx @@ -49,7 +49,7 @@ export function OrgSelector({ orgId, orgs, isCollapsed = false }: OrgSelectorPro