diff --git a/src/app/[locale]/(marketing)/(pages)/about/page.tsx b/src/app/[locale]/(marketing)/(pages)/about/page.tsx index 791cc7f..5e000fb 100644 --- a/src/app/[locale]/(marketing)/(pages)/about/page.tsx +++ b/src/app/[locale]/(marketing)/(pages)/about/page.tsx @@ -100,7 +100,7 @@ export default async function AboutPage() { {/* image section */} - + {/* */} ); diff --git a/src/components/blocks/features/features.tsx b/src/components/blocks/features/features.tsx index d2a8c60..00381e3 100644 --- a/src/components/blocks/features/features.tsx +++ b/src/components/blocks/features/features.tsx @@ -53,7 +53,7 @@ export default function FeaturesSection() { return (
-
+ {/*
*/}
{/* 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() {
-
diff --git a/src/components/settings/credits/credits-balance-card.tsx b/src/components/settings/credits/credits-balance-card.tsx index c7bc5f0..3930bbf 100644 --- a/src/components/settings/credits/credits-balance-card.tsx +++ b/src/components/settings/credits/credits-balance-card.tsx @@ -131,7 +131,6 @@ export default function CreditsBalanceCard() {
-