mirror of
https://github.com/diamondburned/cchat-discord.git
synced 2025-03-31 06:44:53 +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{
|
return text.Rich{
|
||||||
Content: "⯆ " + t.Name,
|
Content: t.Name,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue