From dc9208485c64cb05fc03628b8ca873614da5bcd6 Mon Sep 17 00:00:00 2001 From: alsaze Date: Tue, 16 Dec 2025 14:09:13 +0300 Subject: [PATCH] add PromotionModal.vue --- components/PromotionModal.vue | 2 +- layouts/default.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/PromotionModal.vue b/components/PromotionModal.vue index 04d00e6..cbc43d9 100644 --- a/components/PromotionModal.vue +++ b/components/PromotionModal.vue @@ -60,7 +60,7 @@ const active = ref() const modalUi = { content: - 'bg-[linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(\'/changan.jpg\')] bg-cover bg-center bg-no-repeat', + 'bg-[linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(/changan.jpg)] bg-cover bg-center bg-no-repeat', } const items: AccordionItem[] = [ diff --git a/layouts/default.vue b/layouts/default.vue index dbec39d..3c56454 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -83,7 +83,7 @@ const tabs = computed(() => [ function showToast() { toast.add({ title: 'Уникальное предложение !', - description: 'покупка машины под ключ Киргизстан', + description: 'покупка машины под ключ Кыргызстан', duration: 30000, actions: [{ icon: 'i-lucide-car',