Removed category arrows

This commit is contained in:
diamondburned 2020-07-29 17:00:36 -07:00
parent f7c016f5a1
commit 2c93cdc197
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ func (c *Category) Name() text.Rich {
}
return text.Rich{
Content: "⯆ " + t.Name,
Content: t.Name,
}
}