fix: logo

This commit is contained in:
adamdottv
2025-05-01 06:36:30 -05:00
parent 3e30607a6d
commit d1be7a984e

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()
@@ -136,4 +136,3 @@ func cwd(width int) string {
Width(width).
Render(cwd)
}