mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Displays Github review requests and PRs
This commit is contained in:
committed by
Chris Cummer
parent
32b395a19e
commit
fb637700b1
@@ -63,7 +63,7 @@ func (widget *Widget) addView() {
|
||||
|
||||
func (widget *Widget) contentFrom(items []Item) string {
|
||||
if len(items) == 0 {
|
||||
return fmt.Sprintf("\n\n\n\n\n\n\n%s", wtf.CenterText("[grey]no one[white]", 52))
|
||||
return fmt.Sprintf("\n\n\n\n\n\n\n\n%s", wtf.CenterText("[grey]no one[white]", 50))
|
||||
}
|
||||
|
||||
str := "\n"
|
||||
|
||||
Reference in New Issue
Block a user