This commit is contained in:
Aiden Cline 2025-10-01 22:20:35 -05:00 committed by GitHub
commit 125624489b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>