mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
feat(header): add BotVisibilityToggle to header component
This commit is contained in:
parent
f78196d7e0
commit
72a868402c
@ -2,6 +2,7 @@ import { cn } from "@/lib/utils";
|
||||
import { RunCode } from "@/components/run-code";
|
||||
import BackButton from "@/components/back-button";
|
||||
import { AvatarButton } from "@/components/avatar-button";
|
||||
import BotVisibilityToggle from "@/components/bot-visibility-toggle";
|
||||
|
||||
interface PlaygroundHeaderProps {
|
||||
className?: string;
|
||||
@ -23,6 +24,7 @@ export function PlaygroundHeader({
|
||||
<BackButton href="/problemset" />
|
||||
</div>
|
||||
<div className="relative flex items-center gap-2">
|
||||
<BotVisibilityToggle />
|
||||
<AvatarButton />
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user