mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 11:09:17 -07:00
Correct help in spinners demo (see #38)
This commit is contained in:
@@ -94,6 +94,6 @@ func (m model) View() (s string) {
|
||||
gap = " "
|
||||
}
|
||||
s += fmt.Sprintf("\n %s%s%s\n\n", m.spinner.View(), gap, textStyle("Spinning..."))
|
||||
s += helpStyle("j/k, ←/→: change spinner • q: exit\n")
|
||||
s += helpStyle("h/l, ←/→: change spinner • q: exit\n")
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user