summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--internal/tui/components/chat/chat.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/internal/tui/components/chat/chat.go b/internal/tui/components/chat/chat.go
index ca094ca7c..06012dc8d 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()
@@ -136,4 +136,3 @@ func cwd(width int) string {
Width(width).
Render(cwd)
}
-