working version
This commit is contained in:
2
frontend/src/views/Vlogs.vue
Normal file → Executable file
2
frontend/src/views/Vlogs.vue
Normal file → Executable file
@@ -58,7 +58,7 @@
|
||||
<div class="flex items-center space-x-2 text-sm text-gray-600 mb-3">
|
||||
<img
|
||||
v-if="vlog.author_avatar"
|
||||
:src="vlog.author_avatar"
|
||||
:src="getMediaUrl(vlog.author_avatar)"
|
||||
:alt="vlog.author_name"
|
||||
class="w-5 h-5 rounded-full object-cover"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user