diff --git a/src/components/PricingSection.vue b/src/components/PricingSection.vue index df122a2..af27b9e 100644 --- a/src/components/PricingSection.vue +++ b/src/components/PricingSection.vue @@ -20,7 +20,7 @@ -
+
{ const ordered = [ { ...otherTariffs[0], isPopular: false }, { ...premiumTariff, isPopular: true }, - { ...otherTariffs[1], isPopular: false } ] return ordered.map(tariff => {