mirror of
https://github.com/aljazceru/opencode.git
synced 2026-01-03 16:05:00 +01:00
fix: info and hint icons
This commit is contained in:
@@ -6,8 +6,9 @@ const (
|
||||
CheckIcon string = "✓"
|
||||
ErrorIcon string = "✖"
|
||||
WarningIcon string = "⚠"
|
||||
InfoIcon string = ""
|
||||
HintIcon string = "i"
|
||||
InfoIcon string = "ℹ"
|
||||
HintIcon string = "💡"
|
||||
SpinnerIcon string = "..."
|
||||
LoadingIcon string = "⟳"
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user