This commit is contained in:
Aiden Cline
2025-10-01 22:20:35 -05:00
committed by GitHub
parent 991f85c907
commit 125624489b

View File

@@ -132,7 +132,7 @@ export default function Home() {
<button data-copy data-slot="command" onClick={handleCopyClick}> <button data-copy data-slot="command" onClick={handleCopyClick}>
<span> <span>
<span data-slot="protocol">npm i -g </span> <span data-slot="protocol">npm i -g </span>
<span data-slot="highlight">opencode</span> <span data-slot="highlight">opencode-ai</span>
</span> </span>
<CopyStatus /> <CopyStatus />
</button> </button>
@@ -141,7 +141,7 @@ export default function Home() {
<button data-copy data-slot="command" onClick={handleCopyClick}> <button data-copy data-slot="command" onClick={handleCopyClick}>
<span> <span>
<span data-slot="protocol">bun add -g </span> <span data-slot="protocol">bun add -g </span>
<span data-slot="highlight">opencode</span> <span data-slot="highlight">opencode-ai</span>
</span> </span>
<CopyStatus /> <CopyStatus />
</button> </button>