diff --git a/webapp/components/PostCard.vue b/webapp/components/PostCard.vue index 767835f74..87f56e7e3 100644 --- a/webapp/components/PostCard.vue +++ b/webapp/components/PostCard.vue @@ -8,9 +8,7 @@ v-router-link class="post-link" :href="href(post)" - > - {{ post.title }} - + >{{ post.title }} @@ -32,7 +30,7 @@ @@ -53,11 +51,13 @@
- {{ post.shoutedCount }} + + {{ post.shoutedCount }}   - {{ post.commentsCount }} + + {{ post.commentsCount }}