Update PostComponent.vue

pull/1150/head
Daniel Supernault 7 years ago
parent 7b9b6b27b9
commit edf767d057
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save