summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-03 17:21:46 -0700
committerJay V <[email protected]>2025-09-03 17:21:46 -0700
commit222244719be6f4529d515f8781e86f6a1823fbd2 (patch)
tree0a0db143c1809a1bbfb6edd3038f491fed62ded1 /cloud
parent21008d733f896a8b960f4407f320720201e5f6ff (diff)
downloadopencode-222244719be6f4529d515f8781e86f6a1823fbd2.tar.gz
opencode-222244719be6f4529d515f8781e86f6a1823fbd2.zip
ignore: cloud
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/index.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index 95995d725..66b864130 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -71,10 +71,10 @@ export default function Home() {
<div data-slot="right">
<button data-copy data-slot="command">
<span>
- <span>curl -fsSL&nbsp;</span>
+ <span>curl -fsSL </span>
<span data-slot="protocol">https://</span>
<span data-slot="highlight">opencode.ai/install</span>
- &nbsp;| bash
+ <span> | bash</span>
</span>
<CopyStatus />
</button>