diff --git a/src/components/info-card.vue b/src/components/info-card.vue index f97a918..07294aa 100644 --- a/src/components/info-card.vue +++ b/src/components/info-card.vue @@ -18,8 +18,8 @@ defineProps({
- {{ $t(title) }} - {{ $t(text) }} + {{ title }} + {{ text }}