Simplify message registry cards

This commit is contained in:
Ruslan Bakiev
2026-04-06 20:50:17 +07:00
parent 868dcf3270
commit aabebe9b90

View File

@@ -72,7 +72,6 @@ function channelLabel(channel: TemplateChannel['channel']) {
<p
v-for="line in channel.body"
:key="line"
:class="channel.implemented ? '' : 'text-[#6f8577]'"
>
{{ line }}
</p>