소스 검색

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>