Browse Source

add space

Aiden Cline 3 months ago
parent
commit
82e59e2e2c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/opencode/src/cli/cmd/tui/routes/session/header.tsx

+ 2 - 2
packages/opencode/src/cli/cmd/tui/routes/session/header.tsx

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