From 365fec1492c3b5615e805e25d5778ae624ab0bc1 Mon Sep 17 00:00:00 2001 From: zanivan Date: Tue, 27 Feb 2024 11:40:00 -0300 Subject: [PATCH] Run prettier --- .../templates/landing-page/components/Features.tsx | 4 ++-- .../templates/landing-page/components/Hero.tsx | 2 +- .../templates/landing-page/components/Pricing.tsx | 12 +++--------- 3 files changed, 6 insertions(+), 12 deletions(-) diff --git a/docs/data/material/getting-started/templates/landing-page/components/Features.tsx b/docs/data/material/getting-started/templates/landing-page/components/Features.tsx index 7ff7470d8f3a29..dd1ecf351e6096 100644 --- a/docs/data/material/getting-started/templates/landing-page/components/Features.tsx +++ b/docs/data/material/getting-started/templates/landing-page/components/Features.tsx @@ -150,7 +150,7 @@ export default function Features() { {items.map(({ icon, title, description }, index) => ( handleItemClick(index)} sx={{ @@ -196,7 +196,7 @@ export default function Features() { > {icon} - + @@ -145,10 +144,7 @@ export default function Pricing() { sx={{ display: 'flex', alignItems: 'baseline', - color: - tier.title === 'Professional' - ? 'grey.50' - : undefined, + color: tier.title === 'Professional' ? 'grey.50' : undefined, }} > @@ -189,9 +185,7 @@ export default function Pricing() { variant="subtitle2" sx={{ color: - tier.title === 'Professional' - ? 'grey.200' - : undefined, + tier.title === 'Professional' ? 'grey.200' : undefined, }} > {line}