mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-23 02:34:21 +01:00
fix: logo
This commit is contained in:
@@ -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,7 +1,7 @@
|
||||
package styles
|
||||
|
||||
const (
|
||||
OpenCodeIcon string = "⌬"
|
||||
OpenCodeIcon string = "ⓒ"
|
||||
|
||||
ErrorIcon string = "ⓧ"
|
||||
WarningIcon string = "ⓦ"
|
||||
|
||||
Reference in New Issue
Block a user