diff --git a/apps/webapp/app/components/billing/PricingTiers.tsx b/apps/webapp/app/components/billing/PricingTiers.tsx index 659f03fc6..cdb2a0c6d 100644 --- a/apps/webapp/app/components/billing/PricingTiers.tsx +++ b/apps/webapp/app/components/billing/PricingTiers.tsx @@ -12,7 +12,14 @@ export function PricingTiers({ className?: string; }) { return ( -
{children}
+
+ {children} +
); } @@ -24,7 +31,7 @@ export function TierFree() { -