diff options
| author | Jay V <[email protected]> | 2025-06-26 19:47:58 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-06-27 19:10:41 -0400 |
| commit | ebcf11e574d0ebb056248e84f495789e1b211437 (patch) | |
| tree | 4e9f86112918ac984cb602c39fc45aac0dfb8de6 | |
| parent | 065f0aaddf6612aa30e6977aeb9afa2e3a774c56 (diff) | |
| download | opencode-ebcf11e574d0ebb056248e84f495789e1b211437.tar.gz opencode-ebcf11e574d0ebb056248e84f495789e1b211437.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 /> |
