Compare commits

...

1 Commits

Author SHA1 Message Date
Kit Langton 134194bba3 fix(tui): keep home shortcuts right-aligned 2026-07-14 18:15:06 +00:00
+1 -1
View File
@@ -1641,7 +1641,7 @@ export function Prompt(props: PromptProps) {
</Match>
<Match when={true}>
{props.hint ?? (
<Show when={props.sessionID}>
<Show when={props.sessionID} fallback={<text />}>
<box marginLeft={1}>
<text fg={theme.textMuted}>{location()?.directory ?? paths.cwd}</text>
</box>