This commit is contained in:
Henry Jameson 2025-01-20 16:22:41 +02:00
commit b0a0560dbd
10 changed files with 55 additions and 35 deletions

View file

@ -64,11 +64,11 @@
<button
class="main-button"
@click="toggleTag(tags.FORCE_NSFW)"
>
>
<span
class="input menu-checkbox"
:class="{ 'menu-checkbox-checked': hasTag(tags.FORCE_NSFW) }"
/>
/>
{{ $t('user_card.admin_menu.force_nsfw') }}
</button>
</div>