summaryrefslogtreecommitdiffhomepage
path: root/cloud/app/src
diff options
context:
space:
mode:
authorJay V <[email protected]>2025-09-04 16:51:11 -1000
committerJay V <[email protected]>2025-09-04 17:44:32 -1000
commit48328bec6e21df545908ade8318dbfbbfc65c06f (patch)
tree9bc14cfa842bf83a54661b2b32e151527f06227f /cloud/app/src
parent8426a0d59502844345516b8ca3d6d91b4e6aec90 (diff)
downloadopencode-48328bec6e21df545908ade8318dbfbbfc65c06f.tar.gz
opencode-48328bec6e21df545908ade8318dbfbbfc65c06f.zip
docs: fix lander
Diffstat (limited to 'cloud/app/src')
-rw-r--r--cloud/app/src/routes/index.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/cloud/app/src/routes/index.tsx b/cloud/app/src/routes/index.tsx
index c3aa65846..23e870a55 100644
--- a/cloud/app/src/routes/index.tsx
+++ b/cloud/app/src/routes/index.tsx
@@ -113,7 +113,7 @@ export default function Home() {
<h3 data-component="title">npm</h3>
<button data-copy data-slot="button">
<span>
- npm install -g&nbsp;<strong>opencode-ai</strong>
+ npm install -g <strong>opencode-ai</strong>
</span>
<CopyStatus />
</button>
@@ -122,7 +122,7 @@ export default function Home() {
<h3 data-component="title">bun</h3>
<button data-copy data-slot="button">
<span>
- bun install -g&nbsp;<strong>opencode-ai</strong>
+ bun install -g <strong>opencode-ai</strong>
</span>
<CopyStatus />
</button>
@@ -131,7 +131,7 @@ export default function Home() {
<h3 data-component="title">homebrew</h3>
<button data-copy data-slot="button">
<span>
- brew install&nbsp;<strong>sst/tap/opencode</strong>
+ brew install <strong>sst/tap/opencode</strong>
</span>
<CopyStatus />
</button>
@@ -140,7 +140,7 @@ export default function Home() {
<h3 data-component="title">paru</h3>
<button data-copy data-slot="button">
<span>
- paru -S&nbsp;<strong>opencode-bin</strong>
+ paru -S <strong>opencode-bin</strong>
</span>
<CopyStatus />
</button>