From 4c0eed3e921268be5b3e98175c1dd7c1af56ed09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 12 Feb 2024 11:23:48 +0100 Subject: [PATCH] Fix wrong master merge --- webapp/components/PostTeaser/PostTeaser.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapp/components/PostTeaser/PostTeaser.vue b/webapp/components/PostTeaser/PostTeaser.vue index 68e3dae197..3c7d23c032 100644 --- a/webapp/components/PostTeaser/PostTeaser.vue +++ b/webapp/components/PostTeaser/PostTeaser.vue @@ -103,7 +103,7 @@
- +
@@ -119,7 +119,7 @@ import CounterIcon from '~/components/_new/generic/CounterIcon/CounterIcon' import DateTimeRange from '~/components/DateTimeRange/DateTimeRange' import HcRibbon from '~/components/Ribbon' import LocationTeaser from '~/components/LocationTeaser/LocationTeaser' -import RelativeDateTime from '~/components/RelativeDateTime' +import DateTime from '~/components/DateTime' import UserTeaser from '~/components/UserTeaser/UserTeaser' import { mapGetters } from 'vuex' import PostMutations from '~/graphql/PostMutations' @@ -134,7 +134,7 @@ export default { DateTimeRange, HcRibbon, LocationTeaser, - RelativeDateTime, + DateTime, UserTeaser, }, props: {