diff --git a/src/components/Event/DateCalendarIcon.vue b/src/components/Event/DateCalendarIcon.vue index ff450dc8b..d598a7c4e 100644 --- a/src/components/Event/DateCalendarIcon.vue +++ b/src/components/Event/DateCalendarIcon.vue @@ -4,7 +4,11 @@ :class="{ small }" :style="`--small: ${smallStyle}`" > -
+
+ +
+
+
+ +
+
@@ -289,6 +299,7 @@ import { usernameWithDomain, } from "@/types/actor"; import DateCalendarIcon from "@/components/Event/DateCalendarIcon.vue"; +import StartTimeIcon from "@/components/Event/StartTimeIcon.vue"; import SkeletonDateCalendarIcon from "@/components/Event/SkeletonDateCalendarIcon.vue"; import Earth from "vue-material-design-icons/Earth.vue"; import Link from "vue-material-design-icons/Link.vue";