Changed character used for X

The character used as an X in the RBAC overview does not work on Windows, even with patched powerline/nerd fonts.
mine
Torjus Eidet 2020-09-14 20:48:06 +02:00 committed by GitHub
parent 211f7b4823
commit 7c1fc76878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ func toVerbIcon(ok bool) string {
if ok {
return "[green::b] ✓ [::]"
}
return "[orangered::b] 𐄂 [::]"
return "[orangered::b] × [::]"
}
func hasVerb(verbs []string, verb string) bool {