mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-12 14:18:31 +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')}>
|
||||
<span className="">strudel</span>
|
||||
<span className="text-sm">REPL</span>
|
||||
<a href={`${baseNoTrailing}/learn`} className="text-sm opacity-25">
|
||||
DOCS
|
||||
</a>
|
||||
{!isEmbedded && (
|
||||
<a href={`${baseNoTrailing}/learn`} className="text-sm opacity-25">
|
||||
DOCS
|
||||
</a>
|
||||
)}
|
||||
</div>
|
||||
)}
|
||||
</h1>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user