mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-27 21:48:27 +00:00
lint
This commit is contained in:
parent
3df9744d79
commit
65282bf5ea
@ -16,14 +16,13 @@ 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',
|
||||||
isZen ? 'h-12 w-8 fixed top-0 left-0' : 'sticky top-0 w-full py-1 justify-between',
|
isZen ? 'h-12 w-8 fixed top-0 left-0' : 'sticky top-0 w-full py-1 justify-between',
|
||||||
isEmbedded ? 'flex' : 'md:flex',
|
isEmbedded ? 'flex' : 'md:flex',
|
||||||
)}
|
)}
|
||||||
style={{fontFamily}}
|
style={{ fontFamily }}
|
||||||
>
|
>
|
||||||
<div className="px-4 flex space-x-2 md:pt-0 select-none">
|
<div className="px-4 flex space-x-2 md:pt-0 select-none">
|
||||||
<h1
|
<h1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user