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:
parent
f7c016f5a1
commit
2c93cdc197
|
@ -40,7 +40,7 @@ func (c *Category) Name() text.Rich {
|
|||
}
|
||||
|
||||
return text.Rich{
|
||||
Content: "⯆ " + t.Name,
|
||||
Content: t.Name,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue