fix: install cmd

This commit is contained in:
Nik L
2026-03-09 18:15:45 -04:00
parent 4129bf8dac
commit 07ce7484fe

View File

@@ -30,12 +30,14 @@ export function GettingStarted() {
Wrap any agent and it runs sandboxed.
</p>
<div className="inline-block w-full max-w-fit">
<div className="w-full">
<div className="code-block glow-orange px-4 sm:px-5 py-3.5 flex items-center gap-3">
<div className="overflow-x-auto min-w-0 flex-1 scrollbar-hide">
<code className="font-mono text-xs sm:text-sm text-greyhaven-offwhite whitespace-nowrap">
<span className="text-muted-foreground">$ </span>
{installCmd}
</code>
</div>
<button
onClick={copy}
className="shrink-0 p-1.5 rounded-md text-muted-foreground hover:text-foreground hover:bg-accent/30 transition-all"