From d4e0b0956fbd242ddf8f1e56cc891fc123ca2b6a Mon Sep 17 00:00:00 2001 From: Joel Valentine Date: Fri, 6 Sep 2019 02:50:53 +0100 Subject: [PATCH] add unicode for exclamation mark --- modules/github/display.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/github/display.go b/modules/github/display.go index 257498f5..2ad0af86 100644 --- a/modules/github/display.go +++ b/modules/github/display.go @@ -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] ",