diff options
| author | ewy <ewy0@protonmail.com> | 2026-05-02 19:31:48 +0200 |
|---|---|---|
| committer | ewy <ewy0@protonmail.com> | 2026-05-02 19:31:48 +0200 |
| commit | b84ea05c63294cd2c3c5a9329c55e5ed5617d2f7 (patch) | |
| tree | e1342e478a7298e51c6aecf63a492602bcccedf0 /menu/icon.go | |
| parent | 45847dc53ec51c090175d8621711250b60b28263 (diff) | |
be more cool about weird icons
Diffstat (limited to 'menu/icon.go')
| -rw-r--r-- | menu/icon.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/menu/icon.go b/menu/icon.go index 2043731..102706e 100644 --- a/menu/icon.go +++ b/menu/icon.go @@ -14,9 +14,6 @@ var ( ) func Icon(input string) string { - if strings.TrimSpace(input) == "" { - return "" - } return IconStyle.Render(input) } |
