{/* show popular badge if plan is recommended */}
{plan.popular && (
-
- {t('popular')}
-
+
+
+ {t('popular')}
+
+
)}
{/* show current plan badge if plan is current plan */}
{isCurrentPlan && (
-
- {t('currentPlan')}
-
+
+
+ {t('currentPlan')}
+
+
)}
diff --git a/src/components/settings/billing/billing-card.tsx b/src/components/settings/billing/billing-card.tsx
index 532cdf8..6483906 100644
--- a/src/components/settings/billing/billing-card.tsx
+++ b/src/components/settings/billing/billing-card.tsx
@@ -111,7 +111,6 @@ export default function BillingCard() {