fix: minor icon tweak

This commit is contained in:
adamdottv
2025-04-30 11:33:30 -05:00
parent 91ae9b33d3
commit 5406083850
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 = "⟳"
)