shc: Make topic not inline

This commit is contained in:
Vendicated 2023-01-25 21:06:22 +01:00
parent 6ab4b48b47
commit 49aacccc19
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905

@ -210,7 +210,7 @@ export default definePlugin({
{channel.type === ChannelTypes.GUILD_FORUM ? "Guidelines:" : "Topic:"}
</Text>
<div style={{ color: "var(--text-normal)", marginTop: 10 }}>
{Parser.parseTopic(channel.topic, true, { channelId: channel.id })}
{Parser.parseTopic(channel.topic, false, { channelId: channel.id })}
</div>
</>
)}