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