diff --git a/internal/tui/components/chat/splash/splash.go b/internal/tui/components/chat/splash/splash.go index ba512b5b3911f966b8760e6e3ccbce1ec20e92ca..06ec0bfb71b9dc6723a3eba60f3e67eac3271ca6 100644 --- a/internal/tui/components/chat/splash/splash.go +++ b/internal/tui/components/chat/splash/splash.go @@ -694,7 +694,6 @@ func (s *splashCmp) View() string { lipgloss.JoinVertical( lipgloss.Left, t.S().Base.PaddingLeft(1).Foreground(t.Primary).Render("Let's Auth Hyper"), - "", hyperView, ), ) @@ -710,7 +709,6 @@ func (s *splashCmp) View() string { lipgloss.JoinVertical( lipgloss.Left, t.S().Base.PaddingLeft(1).Foreground(t.Primary).Render("Let's Auth GitHub Copilot"), - "", copilotView, ), )