add space

pull/5968/head
Aiden Cline 2025-12-22 17:42:52 -06:00
parent f319897614
commit 82e59e2e2c
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,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>
@ -99,7 +99,7 @@ export function Header() {
<Title session={session} />
<Show when={showShare()}>
<text fg={theme.textMuted} wrapMode="none" flexShrink={0}>
/share
/share{" "}
</text>
</Show>
</box>