mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Make text blue like twitter
This commit is contained in:
parent
31c943e537
commit
f8ac387d79
@ -34,7 +34,7 @@ func (widget *Widget) Refresh() {
|
||||
|
||||
func (widget *Widget) contentFrom(tweets []Tweet) string {
|
||||
if len(tweets) == 0 {
|
||||
return fmt.Sprintf("\n\n\n\n\n\n\n\n%s", wtf.CenterText("[grey]No Tweets[white]", 50))
|
||||
return fmt.Sprintf("\n\n\n%s", wtf.CenterText("[blue]No Tweets[white]", 50))
|
||||
}
|
||||
|
||||
str := ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user