feat: rename TUI header to SIDEKICK TUI

This commit is contained in:
Luxferre
2026-03-21 19:22:31 +02:00
parent 9695a11cc4
commit 474da35e01
+1 -1
View File
@@ -261,7 +261,7 @@ func (m model) View() string {
} }
header := lipgloss.JoinHorizontal(lipgloss.Top, header := lipgloss.JoinHorizontal(lipgloss.Top,
titleStyle.Render(" SIDEKICK NG "), titleStyle.Render(" SIDEKICK TUI "),
statusStyle.Render(" "+status+" "), statusStyle.Render(" "+status+" "),
) )