fix(ui): add missing closing > (#1280)
This commit is contained in:
parent
618aea12b6
commit
3e5eb42f0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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("+->"),
|
||||||
])
|
])
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue