浏览代码

Update PostComponent.vue

Daniel Supernault 6 年之前
父节点
当前提交
edf767d057
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/assets/js/components/PostComponent.vue

+ 1 - 1
resources/assets/js/components/PostComponent.vue

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