Update PlaylistPage.vue

This commit is contained in:
Dragos 2022-11-08 18:49:16 +02:00 committed by GitHub
parent 3748badd8b
commit 65aca2e428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
<div class="flex justify-between items-center">
<div>
<router-link class="link" :to="playlist.uploaderUrl || '/'">
<img :src="playlist.uploaderAvatar" loading="lazy" class="rounded-full" />
<img :src="playlist.uploaderAvatar" loading="lazy" />
<strong v-text="playlist.uploader" />
</router-link>
</div>