This commit is contained in:
Timothy J. Baek
2024-10-20 01:20:27 -07:00
parent 97b6fb4766
commit 875e75b8c2
6 changed files with 33 additions and 32 deletions

View File

@@ -168,7 +168,7 @@
<div class="mt-5 flex justify-between">
<div>
{#if item?.meta?.document}
<Badge type="mute" content={$i18n.t('Document')} />
<Badge type="muted" content={$i18n.t('Document')} />
{:else}
<Badge type="success" content={$i18n.t('Collection')} />
{/if}