debloat the ui a lil

This commit is contained in:
2026-03-20 19:33:02 +00:00
parent 2640bf00ab
commit c71c83ef88
2 changed files with 5 additions and 8 deletions
-1
View File
@@ -342,7 +342,6 @@ func (m menuModel) View() string {
if len(m.intro) > 0 {
bodyParts = append(bodyParts, m.theme.renderSection(width, "Context", m.intro))
}
bodyParts = append(bodyParts, m.theme.sectionTitle.Width(contentWidth).Render("Actions"))
bodyParts = append(bodyParts, strings.Join(rows, "\n"))
return m.theme.renderFrame(