tui: remove cancel keybind hint from prompt dialog to simplify UI

This commit is contained in:
Dax Raad
2025-11-27 13:48:34 -05:00
parent a0b689c140
commit 95b667d21e
2 changed files with 1 additions and 7 deletions

View File

@@ -55,9 +55,6 @@ export function DialogPrompt(props: DialogPromptProps) {
<text fg={theme.text}>
enter <span style={{ fg: theme.textMuted }}>submit</span>
</text>
<text fg={theme.text}>
esc <span style={{ fg: theme.textMuted }}>cancel</span>
</text>
</box>
</box>
)