internal/ui/styles/styles.go 🔗
@@ -43,8 +43,8 @@ const (
TodoPendingIcon string = "•"
TodoInProgressIcon string = "→"
- ImageIcon = "■"
- TextIcon = "≡"
+ ImageIcon string = "■"
+ TextIcon string = "≡"
)
const (
Carlos Alexandro Becker created
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
internal/ui/styles/styles.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -43,8 +43,8 @@ const (
TodoPendingIcon string = "•"
TodoInProgressIcon string = "→"
- ImageIcon = "■"
- TextIcon = "≡"
+ ImageIcon string = "■"
+ TextIcon string = "≡"
)
const (