From eb17a3cd6792ea20bd32d5751efdea80e39a4022 Mon Sep 17 00:00:00 2001 From: austnv Date: Sun, 7 Jun 2026 00:21:32 +0300 Subject: [PATCH] fix grid-3 to grid-2 --- src/components/PricingSection.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 => {