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() {
-
+
@@ -48,7 +55,7 @@ export function TierPro() {
-
+
@@ -72,7 +79,7 @@ export function TierEnterprise() {
-
+
@@ -170,9 +177,9 @@ function FeatureItem({ checked, title }: { checked?: boolean; title: string }) {
return (
-
{checked ? (
-
+
) : (
-
+
)}
{title}