1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

add unicode for exclamation mark

This commit is contained in:
Joel Valentine 2019-09-06 02:50:53 +01:00
parent 596bfbac02
commit d4e0b0956f

View File

@ -131,7 +131,7 @@ func (widget *Widget) title(repo *GithubRepo) string {
}
var mergeIcons = map[string]string{
"dirty": "[red]![white] ",
"dirty": "[red]\u0021[white] ",
"clean": "[green]\u2713[white] ",
"unstable": "[red]\u274C[white] ",
"blocked": "[red]\u274C[white] ",