diff --git a/components/calendar/PreviewCard.vue b/components/calendar/PreviewCard.vue index fd16774..5c16733 100644 --- a/components/calendar/PreviewCard.vue +++ b/components/calendar/PreviewCard.vue @@ -1,18 +1,30 @@ diff --git a/components/global/user/CTA.vue b/components/global/user/CTA.vue index 57aa34a..14d8adb 100644 --- a/components/global/user/CTA.vue +++ b/components/global/user/CTA.vue @@ -70,7 +70,7 @@ function pushRoute(to: AvailableRoutes) { {{ $t('ui.sidebarMenu.avatarFallback') }} - + diff --git a/components/ui/card/CardFooter.vue b/components/ui/card/CardFooter.vue index fad3928..faff6a3 100644 --- a/components/ui/card/CardFooter.vue +++ b/components/ui/card/CardFooter.vue @@ -8,7 +8,7 @@ const props = defineProps<{ diff --git a/components/world/PreviewCard.vue b/components/world/PreviewCard.vue index da860b2..91c2c3d 100644 --- a/components/world/PreviewCard.vue +++ b/components/world/PreviewCard.vue @@ -57,6 +57,7 @@ const updatedAt = computed(() => props.world.updatedAt ? DateTime.fromIS +