Add URLs to the uploader name

This commit is contained in:
root
2021-10-22 09:24:57 +05:30
parent 4a5729b05f
commit 5c35c03be7
+2 -2
View File
@@ -47,9 +47,9 @@
<div>
<v-img :src="video.uploaderAvatar" height="48" width="48" class="rounded-circle" />
</div>
<div class="text-h5 ml-4">
<a :href="video.uploaderUrl" class="text-h5 ml-4 text-decoration-none">
{{ video.uploader }}
</div>
</a>
<div class="ml-4">
<v-btn
v-if="$store.state['auth/isAuthenticated']"