We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44352ea commit a4bded5Copy full SHA for a4bded5
internal/tui/tui.go
@@ -1056,7 +1056,7 @@ func (m model) viewDetailView(availableHeight int) string {
1056
1057
// footerView renders the footer/status bar
1058
func (m model) footerView() string {
1059
- footerText := fmt.Sprintf("%s v%s", util.ProgramName, util.ProgramVersion)
+ footerText := fmt.Sprintf("%s %s", util.ProgramName, util.ProgramVersion)
1060
1061
// Define core help keys for each view
1062
var coreHelp string
0 commit comments