Removes redundant admin badge

Removes the admin badge from the scheduled event card.

The badge was deemed unnecessary as the information it conveyed
is already implicitly clear.
This commit is contained in:
padreug 2025-10-30 22:48:58 +01:00
parent 76b930469d
commit 2620c07a23

View file

@ -169,11 +169,6 @@ function cancelMarkComplete() {
<Badge v-if="isRecurring" variant="outline" class="text-xs">
🔄
</Badge>
<!-- Admin Badge -->
<Badge v-if="isAdminEvent" variant="secondary" class="text-xs">
Admin
</Badge>
</div>
</div>
</CollapsibleTrigger>