Update PostComponent.vue

This commit is contained in:
Daniel Supernault 2019-04-18 00:04:29 -06:00
parent 7b9b6b27b9
commit edf767d057
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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>