From 8819a37a05d9957c28a97f4628852953b35ab17b Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 1 May 2025 06:43:59 -0500 Subject: fix: logo --- internal/tui/components/chat/chat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/tui/components') diff --git a/internal/tui/components/chat/chat.go b/internal/tui/components/chat/chat.go index 06012dc8d..8623b3d7b 100644 --- a/internal/tui/components/chat/chat.go +++ b/internal/tui/components/chat/chat.go @@ -96,7 +96,7 @@ func lspsConfigured(width int) string { } func logo(width int) string { - logo := fmt.Sprintf("%s%s", styles.OpenCodeIcon, "OpenCode") + logo := fmt.Sprintf("%s %s", styles.OpenCodeIcon, "OpenCode") t := theme.CurrentTheme() baseStyle := styles.BaseStyle() -- cgit v1.2.3