Browse Source

Update discover view

Daniel Supernault 6 years ago
parent
commit
8bd3876e5b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      resources/views/discover/tags/show.blade.php

+ 0 - 3
resources/views/discover/tags/show.blade.php

@@ -15,9 +15,6 @@
         <div class="username-bar pb-2  d-flex align-items-center">
           <span class="h1">{{$tag->name}}</span>
         </div>
-        <p class="font-weight-bold">
-          {{$tag->posts_count}} posts
-        </p>
       </div>
     </div>
   </div>