Emoji icon in profile cards

polling-api
Noah 2023-10-08 12:23:11 -07:00
parent ef79b2aa9b
commit cb2975edca
1 changed files with 5 additions and 0 deletions

View File

@ -168,6 +168,11 @@ export default {
<!-- User badges -->
<div v-if="user.op || user.vip" class="mt-4">
<!-- Emoji icon -->
<span v-if="user.emoji" class="mr-2">
{{ user.emoji }}
</span>
<!-- Operator? -->
<span v-if="user.op" class="tag is-warning is-light mr-2">
<i class="fa fa-peace mr-1"></i> Operator