2
0
adamdottv 9 сар өмнө
parent
commit
8819a37a05

+ 1 - 1
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()
 

+ 1 - 1
internal/tui/styles/icons.go

@@ -1,7 +1,7 @@
 package styles
 
 const (
-	OpenCodeIcon string = ""
+	OpenCodeIcon string = ""
 
 	ErrorIcon   string = "ⓧ"
 	WarningIcon string = "ⓦ"