Update PostComponent

This commit is contained in:
Daniel Supernault 2019-07-07 23:53:32 -06:00
parent 61c6d330a5
commit 9b07b42319
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -108,7 +108,7 @@
<div class="card-body status-comments pb-5">
<div class="status-comment">
<p :class="[status.content.length > 620 ? 'mb-1 read-more' : 'mb-1']" style="overflow: hidden;">
<span class="font-weight-bold pr-1">{{statusUsername}}</span>
<a class="font-weight-bold pr-1 text-dark text-decoration-none" :href="statusProfileUrl">{{statusUsername}}</a>
<span class="comment-text" :id="status.id + '-status-readmore'" v-html="status.content"></span>
</p>