Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Xinecraft committed Jan 4, 2025
1 parent 091634e commit 3584714
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,27 +223,27 @@ watch(selectedForms, (newSelectedForms) => {
]"
>
{{ item.user.name }}
<Icon
v-if="item.user.verified_at"
v-tippy
name="verified-check-fill"
:title="__('Verified Account')"
class="inline mb-1 fill-current focus:outline-none text-light-blue-400 w-5 h-5"
/>
<Icon
v-if="item.user.is_staff"
v-tippy
name="shield-check-fill"
:title="__('Staff Member')"
class="inline mb-1 text-amber-400 fill-current focus:outline-none w-5 h-5"
/>
<Icon
v-if="item.user.muted_at"
v-tippy
name="volume-off-fill"
:title="__('Muted User')"
class="inline mb-1 text-red-500 fill-current focus:outline-none w-5 h-5"
/>
<Icon
v-if="item.user.verified_at"
v-tippy
name="verified-check-fill"
:title="__('Verified Account')"
class="inline mb-1 fill-current focus:outline-none text-light-blue-400 w-5 h-5"
/>
<Icon
v-if="item.user.is_staff"
v-tippy
name="shield-check-fill"
:title="__('Staff Member')"
class="inline mb-1 text-amber-400 fill-current focus:outline-none w-5 h-5"
/>
<Icon
v-if="item.user.muted_at"
v-tippy
name="volume-off-fill"
:title="__('Muted User')"
class="inline mb-1 text-red-500 fill-current focus:outline-none w-5 h-5"
/>
</div>
<div class="text-sm text-gray-500">
@{{ item.user.username }}
Expand Down

0 comments on commit 3584714

Please sign in to comment.