shc: Make topic not inline

main
Vendicated 2 years ago
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>
</>
)}

Loading…
Cancel
Save