fix: install cmd
This commit is contained in:
@@ -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">
|
||||
<code className="font-mono text-xs sm:text-sm text-greyhaven-offwhite whitespace-nowrap">
|
||||
<span className="text-muted-foreground">$ </span>
|
||||
{installCmd}
|
||||
</code>
|
||||
<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"
|
||||
|
||||
Reference in New Issue
Block a user