@@ -55,16 +69,19 @@ const calendarLink = computed(() => isOwner.value ? `/my/calendars/${props.calen
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/components/ui/card/Card.vue b/components/ui/card/Card.vue
index fca3e79..a54e955 100644
--- a/components/ui/card/Card.vue
+++ b/components/ui/card/Card.vue
@@ -15,21 +15,22 @@ const emit = defineEmits(["on-click"])
-
-
+ class="rounded-lg focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 absolute inset-0 z-10 cursor-pointer"
+ @click="emit('on-click')"
+ />
+
+
diff --git a/components/world/PreviewCard.vue b/components/world/PreviewCard.vue
index 6580b85..94a3eab 100644
--- a/components/world/PreviewCard.vue
+++ b/components/world/PreviewCard.vue
@@ -1,23 +1,28 @@
{{ world.description }}
-
-
-
-
-
-
-
-
+
diff --git a/pages/explore.vue b/pages/explore.vue
index b487220..6128ce8 100644
--- a/pages/explore.vue
+++ b/pages/explore.vue
@@ -11,7 +11,7 @@ const isLoading = computed(() => calendarStatus.value === "pending")
-
+
{{ $t("pages.explore.title") }}
@@ -26,10 +26,10 @@ const isLoading = computed(() => calendarStatus.value === "pending")
{{ $t("entity.calendar.namePublicPlural") }}
-
+
-
+
-
diff --git a/pages/index.vue b/pages/index.vue
index a1e58b2..94cfaab 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -9,7 +9,7 @@ definePageMeta({
-
+
TTTools — {{ $t('head.title') }}
diff --git a/pages/my/index.vue b/pages/my/index.vue
index b0e1fe9..52ca22b 100644
--- a/pages/my/index.vue
+++ b/pages/my/index.vue
@@ -110,7 +110,7 @@ function hideEditModal() {
-
+
{{ $t("pages.profile.metaTitle") }}
diff --git a/pages/my/worlds/[id].vue b/pages/my/worlds/[id].vue
index 5a45cee..2fa70c6 100644
--- a/pages/my/worlds/[id].vue
+++ b/pages/my/worlds/[id].vue
@@ -163,7 +163,7 @@ function hideEditModal() {
-
+
{{ $t("entity.world.namePlural") }}