mirror of
https://github.com/mmjee/Piped-Material.git
synced 2024-12-06 19:26:36 +01:00
Add URLs to the uploader name
This commit is contained in:
@@ -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']"
|
||||
|
||||
Reference in New Issue
Block a user