fix(tui): keep home shortcuts right-aligned
This commit is contained in:
parent
bfddf05782
commit
134194bba3
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue