diff options
Diffstat (limited to 'packages/web/src/components')
| -rw-r--r-- | packages/web/src/components/Lander.astro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/web/src/components/Lander.astro b/packages/web/src/components/Lander.astro index f015fd0a6..fd3732746 100644 --- a/packages/web/src/components/Lander.astro +++ b/packages/web/src/components/Lander.astro @@ -133,9 +133,9 @@ if (image) { </div> <div class="col4"> <h3>Mise</h3> - <button class="command" data-command="mise use -g ubi:sst/opencode"> + <button class="command" data-command="mise use -g github:sst/opencode"> <code> - <span>mise use -g</span> <span class="highlight">ubi:sst/opencode</span> + <span>mise use -g</span> <span class="highlight">github:sst/opencode</span> </code> <span class="copy"> <CopyIcon /> |
