This commit is contained in:
Jade (Rose) Rowland 2025-02-24 22:26:22 -05:00
parent 3df9744d79
commit 65282bf5ea

View file

@ -16,7 +16,6 @@ export function Header({ context, embedded = false }) {
return ( return (
<header <header
id="header" id="header"
className={cx( className={cx(
'flex-none text-black z-[100] text-lg select-none h-20 md:h-14', 'flex-none text-black z-[100] text-lg select-none h-20 md:h-14',
!isZen && !isEmbedded && 'bg-lineHighlight', !isZen && !isEmbedded && 'bg-lineHighlight',