diff --git a/packages/web/landing-page/components/pricing.tsx b/packages/web/landing-page/components/pricing.tsx index 76793ca54..f30ab092a 100644 --- a/packages/web/landing-page/components/pricing.tsx +++ b/packages/web/landing-page/components/pricing.tsx @@ -9,10 +9,10 @@ function Plan(plan: { footer?: React.ReactNode; }) { return ( -
+
-

{plan.name}

+

{plan.name}

{typeof plan.price === 'string' ? ( plan.price @@ -30,7 +30,7 @@ function Plan(plan: { {plan.features.map((feature, i) => { return (
  • -
    {feature}
    +
    {feature}
  • ); })} @@ -54,7 +54,7 @@ export function Pricing() {

    Pricing

    Available in the application

    -
    +