From b84ea05c63294cd2c3c5a9329c55e5ed5617d2f7 Mon Sep 17 00:00:00 2001 From: ewy Date: Sat, 2 May 2026 19:31:48 +0200 Subject: be more cool about weird icons --- menu/icon.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'menu/icon.go') 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) } -- cgit v1.3.1