We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e663e commit 92a274fCopy full SHA for 92a274f
internal/tui/app/model.go
@@ -176,7 +176,7 @@ func (a AppModel) Header() string {
176
func (a AppModel) Footer() string {
177
name := styles.ApplyGradientToFooter("REQ")
178
footerText := styles.FooterSegmentStyle.Render(a.Views[a.focusedView].GetFooterSegment())
179
- version := styles.FooterVersionStyle.Width(a.width - lipgloss.Width(name) - lipgloss.Width(footerText)).Render("v0.1.0-alpha.3")
+ version := styles.FooterVersionStyle.Width(a.width - lipgloss.Width(name) - lipgloss.Width(footerText)).Render("v0.1.0-alpha.2")
180
return lipgloss.JoinHorizontal(lipgloss.Left, name, footerText, version)
181
}
182
0 commit comments