diff --git a/webapp/components/ContentMenu.vue b/webapp/components/ContentMenu.vue index abab7897d..5de2820da 100644 --- a/webapp/components/ContentMenu.vue +++ b/webapp/components/ContentMenu.vue @@ -111,9 +111,8 @@ export default { if (this.isOwner && this.resourceType === 'user') { routes.push({ - name: this.$t(`settings.data.name`), - // eslint-disable-next-line vue/no-side-effects-in-computed-properties - callback: () => this.$router.push('/settings'), + name: this.$t(`settings.name`), + path: '/settings', icon: 'edit' }) } 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 }}