Simplify message registry cards
This commit is contained in:
@@ -72,7 +72,6 @@ function channelLabel(channel: TemplateChannel['channel']) {
|
|||||||
<p
|
<p
|
||||||
v-for="line in channel.body"
|
v-for="line in channel.body"
|
||||||
:key="line"
|
:key="line"
|
||||||
:class="channel.implemented ? '' : 'text-[#6f8577]'"
|
|
||||||
>
|
>
|
||||||
{{ line }}
|
{{ line }}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user