mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-21 02:28:34 +00:00
hide docs link when embedded
This commit is contained in:
parent
b6b54a8553
commit
be4c8cbdce
@ -56,9 +56,11 @@ export function Header({ context, embedded = false }) {
|
|||||||
<div className={cx(started && !isCSSAnimationDisabled && 'animate-pulse', 'space-x-2')}>
|
<div className={cx(started && !isCSSAnimationDisabled && 'animate-pulse', 'space-x-2')}>
|
||||||
<span className="">strudel</span>
|
<span className="">strudel</span>
|
||||||
<span className="text-sm">REPL</span>
|
<span className="text-sm">REPL</span>
|
||||||
<a href={`${baseNoTrailing}/learn`} className="text-sm opacity-25">
|
{!isEmbedded && (
|
||||||
DOCS
|
<a href={`${baseNoTrailing}/learn`} className="text-sm opacity-25">
|
||||||
</a>
|
DOCS
|
||||||
|
</a>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</h1>
|
</h1>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user