summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
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>