fix: minor icon tweak

This commit is contained in:
adamdottv 2025-04-30 11:33:30 -05:00
parent 91ae9b33d3
commit 5406083850
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 5 additions and 7 deletions

View file

@ -7,7 +7,7 @@ const (
ErrorIcon string = "✖"
WarningIcon string = "⚠"
InfoIcon string = ""
HintIcon string = "💡"
HintIcon string = ""
SpinnerIcon string = "..."
LoadingIcon string = "⟳"
)