1
0
Fork 0
mirror of https://github.com/diamondburned/cchat-discord.git synced 2024-12-31 08:07:09 +00:00

Removed category arrows

This commit is contained in:
diamondburned 2020-07-29 17:00:36 -07:00
parent f7c016f5a1
commit 2c93cdc197

View file

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