From 24852f3c684942fd3a4c25bf0f45456ed4fc5657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Sebasti=C3=A1n=20Mendoza?= Date: Sun, 24 Mar 2024 19:07:26 -0500 Subject: [PATCH] feat: modify periods menu horizontal alignment on mobile --- apps/marketing/src/components/(marketing)/pricing-table.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/marketing/src/components/(marketing)/pricing-table.tsx b/apps/marketing/src/components/(marketing)/pricing-table.tsx index 75d7f113a..b34173ba1 100644 --- a/apps/marketing/src/components/(marketing)/pricing-table.tsx +++ b/apps/marketing/src/components/(marketing)/pricing-table.tsx @@ -23,7 +23,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => { return (
-
+
{ {period === 'MONTHLY' && ( )} @@ -63,7 +63,7 @@ export const PricingTable = ({ className, ...props }: PricingTableProps) => { {period === 'YEARLY' && ( )}