diff --git a/frontend/src/components/map/PromoCarousel.vue b/frontend/src/components/map/PromoCarousel.vue index 31c8bde..69dc474 100644 --- a/frontend/src/components/map/PromoCarousel.vue +++ b/frontend/src/components/map/PromoCarousel.vue @@ -4,7 +4,7 @@
- {{ t('coupons.title') }} + Actividades ⭐
-
- {{ currentPromo.business?.name || 'Local' }} -

{{ currentPromo.title }}

+ {{ currentPromo.category || 'Recomendado' }} • {{ currentPromo.area || 'Chiriquí' }} +

{{ currentPromo.name }}

- - -{{ currentPromo.discount_percentage }}% + + por {{ currentPromo.supplier_name }}
@@ -66,7 +66,6 @@