Browse Source

Update PostComponent.vue

Daniel Supernault 6 years ago
parent
commit
edf767d057
1 changed files with 1 additions and 1 deletions
  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>