Add a checkmark if channel is verified.

This commit is contained in:
FireMasterK 2022-02-11 02:57:38 +00:00
parent 275ccbc547
commit f75f7f87d2
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -5,6 +5,7 @@
<div class="flex justify-center place-items-center">
<img height="48" width="48" class="rounded-full m-1" :src="channel.avatarUrl" />
<h1 v-text="channel.name" />
<font-awesome-icon class="ml-1.5 !text-3xl" v-if="channel.verified" icon="check" />
</div>
<img v-if="channel.bannerUrl" :src="channel.bannerUrl" class="w-full pb-1.5" loading="lazy" />
<!-- eslint-disable-next-line vue/no-v-html -->