lint
This commit is contained in:
parent
3df9744d79
commit
65282bf5ea
1 changed files with 1 additions and 2 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue