From 474da35e016424059ea2ba1a5b6fdf2305221169 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 21 Mar 2026 19:22:31 +0200 Subject: [PATCH] feat: rename TUI header to SIDEKICK TUI --- cmd/sidekick-tui/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/sidekick-tui/main.go b/cmd/sidekick-tui/main.go index 4a99718..e2a3532 100644 --- a/cmd/sidekick-tui/main.go +++ b/cmd/sidekick-tui/main.go @@ -261,7 +261,7 @@ func (m model) View() string { } header := lipgloss.JoinHorizontal(lipgloss.Top, - titleStyle.Render(" SIDEKICK NG "), + titleStyle.Render(" SIDEKICK TUI "), statusStyle.Render(" "+status+" "), )