shc: Make topic not inline
This commit is contained in:
parent
6ab4b48b47
commit
49aacccc19
|
@ -210,7 +210,7 @@ export default definePlugin({
|
||||||
{channel.type === ChannelTypes.GUILD_FORUM ? "Guidelines:" : "Topic:"}
|
{channel.type === ChannelTypes.GUILD_FORUM ? "Guidelines:" : "Topic:"}
|
||||||
</Text>
|
</Text>
|
||||||
<div style={{ color: "var(--text-normal)", marginTop: 10 }}>
|
<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>
|
</div>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in a new issue