Ver Fonte

fix: logo

adamdottv há 1 ano atrás
pai
commit
8819a37a05
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      internal/tui/components/chat/chat.go
  2. 1 1
      internal/tui/styles/icons.go

+ 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 = "ⓦ"