Use neutral badge for drafts

This commit is contained in:
tusooa 2023-04-06 12:35:51 -04:00
commit b27f696d77
No known key found for this signature in database
GPG key ID: 42AEC43D48433C51
5 changed files with 24 additions and 1 deletions

View file

@ -35,6 +35,7 @@
<div
v-if="item.badgeGetter && getters[item.badgeGetter]"
class="badge -notification"
:class="[`badge-${item.badgeStyle}`]"
>
{{ getters[item.badgeGetter] }}
</div>