mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-14 00:09:55 +02:00
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user