From f1c762d835cae0c531b6074a5e52f04a9e78c737 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 24 Feb 2021 18:03:14 +0100 Subject: [PATCH] changed post views icon --- webapp/assets/_new/icons/svgs/hand-pointer.svg | 5 +++++ webapp/components/PostTeaser/PostTeaser.vue | 2 +- webapp/components/generic/SearchPost/SearchPost.vue | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 webapp/assets/_new/icons/svgs/hand-pointer.svg diff --git a/webapp/assets/_new/icons/svgs/hand-pointer.svg b/webapp/assets/_new/icons/svgs/hand-pointer.svg new file mode 100644 index 000000000..bdd2c8fe0 --- /dev/null +++ b/webapp/assets/_new/icons/svgs/hand-pointer.svg @@ -0,0 +1,5 @@ + + +hand-pointer-o + + diff --git a/webapp/components/PostTeaser/PostTeaser.vue b/webapp/components/PostTeaser/PostTeaser.vue index 11cb37c62..554215651 100644 --- a/webapp/components/PostTeaser/PostTeaser.vue +++ b/webapp/components/PostTeaser/PostTeaser.vue @@ -35,7 +35,7 @@ :title="$t('contribution.amount-comments', { amount: post.commentsCount })" /> diff --git a/webapp/components/generic/SearchPost/SearchPost.vue b/webapp/components/generic/SearchPost/SearchPost.vue index 852864370..2ca16e0d2 100644 --- a/webapp/components/generic/SearchPost/SearchPost.vue +++ b/webapp/components/generic/SearchPost/SearchPost.vue @@ -5,7 +5,7 @@ - + {{ option.author.name | truncate(32) }} - {{ option.createdAt | dateTime('dd.MM.yyyy') }}