Update PlaylistPage.vue

This commit is contained in:
anewuser 2023-12-18 08:10:12 -03:00 committed by GitHub
parent 26ed1cb5af
commit 73eec91fe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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