From 2c93cdc1974e8ae610dfe94891e91f06052a21c5 Mon Sep 17 00:00:00 2001 From: diamondburned Date: Wed, 29 Jul 2020 17:00:36 -0700 Subject: [PATCH] Removed category arrows --- category.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/category.go b/category.go index e40bf49..3615b66 100644 --- a/category.go +++ b/category.go @@ -40,7 +40,7 @@ func (c *Category) Name() text.Rich { } return text.Rich{ - Content: "⯆ " + t.Name, + Content: t.Name, } }