fix(ui): add missing closing > (#1280)

This commit is contained in:
Aram Drevekenin 2022-03-28 17:34:44 +02:00 committed by GitHub
parent 618aea12b6
commit 3e5eb42f0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,6 +95,6 @@ fn quicknav_short(palette: Palette) -> LinePart {
Style::new().paint("/"), Style::new().paint("/"),
Style::new().fg(green_color).bold().paint("hjkl"), Style::new().fg(green_color).bold().paint("hjkl"),
Style::new().paint("/"), Style::new().paint("/"),
Style::new().fg(green_color).bold().paint("+-"), Style::new().fg(green_color).bold().paint("+->"),
]) ])
} }