mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
space for share
This commit is contained in:
parent
55e1a354f2
commit
d7240263cb
1 changed files with 2 additions and 2 deletions
|
|
@ -67,7 +67,7 @@ export function Header() {
|
|||
<box flexGrow={1} flexShrink={1} />
|
||||
<Show when={showShare()}>
|
||||
<text fg={theme.textMuted} wrapMode="none" flexShrink={0}>
|
||||
/share
|
||||
/share{" "}
|
||||
</text>
|
||||
</Show>
|
||||
</box>
|
||||
|
|
@ -77,7 +77,7 @@ export function Header() {
|
|||
<Title session={session} />
|
||||
<Show when={showShare()}>
|
||||
<text fg={theme.textMuted} wrapMode="none" flexShrink={0}>
|
||||
/share
|
||||
/share{" "}
|
||||
</text>
|
||||
</Show>
|
||||
</box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue