mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	Add a checkmark if channel is verified.
This commit is contained in:
		@@ -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 -->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user