fix: logo

This commit is contained in:
adamdottv
2025-05-01 06:43:59 -05:00
parent df0ddd32a9
commit ca9e155be9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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()