From 4471cb0f9fcd50ae7acd7ea81aec40745d99ed6e Mon Sep 17 00:00:00 2001 From: MarconLP <13001502+MarconLP@users.noreply.github.com> Date: Thu, 27 Apr 2023 21:40:36 +0200 Subject: [PATCH] pricing cards design adjustments --- src/pages/pricing.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/pricing.tsx b/src/pages/pricing.tsx index 6c6b5c0..b720a81 100644 --- a/src/pages/pricing.tsx +++ b/src/pages/pricing.tsx @@ -26,7 +26,7 @@ export default function Pricing() { -
+
{[ { @@ -68,7 +68,7 @@ export default function Pricing() { ].map(({ name, price, features }) => (
{name === "Pro" ? (
@@ -144,7 +144,7 @@ export default function Pricing() { {({ open }) => ( <>