mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
reducing the size of the cross
This commit is contained in:
parent
3fd1651726
commit
9f7ff56f46
@ -133,8 +133,8 @@ func (widget *Widget) title(repo *GithubRepo) string {
|
|||||||
var mergeIcons = map[string]string{
|
var mergeIcons = map[string]string{
|
||||||
"dirty": "[red]\u0021[white] ",
|
"dirty": "[red]\u0021[white] ",
|
||||||
"clean": "[green]\u2713[white] ",
|
"clean": "[green]\u2713[white] ",
|
||||||
"unstable": "[red]\u274C[white] ",
|
"unstable": "[red]\u2717[white] ",
|
||||||
"blocked": "[red]\u274C[white] ",
|
"blocked": "[red]\u2717[white] ",
|
||||||
}
|
}
|
||||||
|
|
||||||
func (widget *Widget) mergeString(pr *github.PullRequest) string {
|
func (widget *Widget) mergeString(pr *github.PullRequest) string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user