diff options
Diffstat (limited to 'src/tui/ui.rs')
| -rw-r--r-- | src/tui/ui.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tui/ui.rs b/src/tui/ui.rs index af94be4..1148e57 100644 --- a/src/tui/ui.rs +++ b/src/tui/ui.rs @@ -252,7 +252,7 @@ pub fn render_popup(app: &mut App, frame: &mut Frame) { let block = Block::bordered() .title_top(" Open ".bold()) - .title_bottom(" (j,k|↓,↑) ━ (ENTER) ━ (ESC)".bold()) + .title_bottom(" (j,k|↓,↑) ━ (ENTER) ━ (ESC) ".bold()) .title_alignment(Alignment::Center) .style(POPUP_HELP_BOX) .border_set(symbols::border::THICK) |
