mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update PostComponent.vue
This commit is contained in:
parent
7b9b6b27b9
commit
edf767d057
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
|||
<div class="media align-items-center">
|
||||
<img :src="statusAvatar" class="rounded-circle shadow-lg mr-3" alt="avatar" width="72px" height="72px">
|
||||
<div class="media-body lead">
|
||||
by <a href="#">{{statusUsername}}</a>
|
||||
by <a :href="statusProfileUrl">{{statusUsername}}</a>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue