diff options
| author | Jay V <[email protected]> | 2025-06-26 19:47:58 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-26 19:47:58 -0400 |
| commit | a4f32d602b156deff93aae995e9312ea6f069006 (patch) | |
| tree | 1bbfa245077ad4e4df48709eba7113c9f6c4736f | |
| parent | dc3dd21cf3e93a03725f12ec85e65e7b68b5b71a (diff) | |
| download | opencode-a4f32d602b156deff93aae995e9312ea6f069006.tar.gz opencode-a4f32d602b156deff93aae995e9312ea6f069006.zip | |
docs: lander tweak
| -rw-r--r-- | packages/web/src/components/Lander.astro | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro index 8d4d4efed..82c33f3b3 100644 --- a/packages/web/src/components/Lander.astro +++ b/packages/web/src/components/Lander.astro @@ -58,8 +58,7 @@ if (image) { <div class="col2"> <button class="command" data-command={`${command} ${protocol}${url} ${bash}`}> <code> - <span>{command} </span> - <span class="protocol">{protocol}</span><span class="highlight">{url}</span> {bash} + <span>{command} </span><span class="protocol">{protocol}</span><span class="highlight">{url}</span> {bash} </code> <span class="copy"> <CopyIcon /> |
