diff --git a/src/components/marketing/pricing/forms/billing-form-button.tsx b/src/components/marketing/pricing/forms/billing-form-button.tsx index bda261b..6764ca8 100644 --- a/src/components/marketing/pricing/forms/billing-form-button.tsx +++ b/src/components/marketing/pricing/forms/billing-form-button.tsx @@ -45,7 +45,7 @@ export function BillingFormButton({ > {isPending ? ( <> - Loading... + Loading... ) : ( <> diff --git a/src/components/marketing/pricing/mobile-compare-plans.tsx b/src/components/marketing/pricing/mobile-compare-plans.tsx index ecd1f72..c39653a 100644 --- a/src/components/marketing/pricing/mobile-compare-plans.tsx +++ b/src/components/marketing/pricing/mobile-compare-plans.tsx @@ -129,8 +129,8 @@ export function MobileComparePlans() { {comparePlans.map((row: PlansRow, index: number) => ( -
- {getTranslatedFeature(row.feature)} +
+ {getTranslatedFeature(row.feature)}
{renderCell(row[planName])}
diff --git a/src/components/marketing/pricing/pricing-faqs.tsx b/src/components/marketing/pricing/pricing-faqs.tsx index ce68302..a9402e9 100644 --- a/src/components/marketing/pricing/pricing-faqs.tsx +++ b/src/components/marketing/pricing/pricing-faqs.tsx @@ -10,7 +10,7 @@ export default function PricingFAQs() {
-
+

{t.marketing.pricing.faqs.title.split(' ').map((word, index) => ( diff --git a/src/components/marketing/pricing/shared/toc.tsx b/src/components/marketing/pricing/shared/toc.tsx index 42479c5..6552300 100644 --- a/src/components/marketing/pricing/shared/toc.tsx +++ b/src/components/marketing/pricing/shared/toc.tsx @@ -88,7 +88,7 @@ interface TreeProps { function Tree({ tree, level = 1, activeItem }: TreeProps) { return tree?.items?.length && level < 3 ? ( -
    +
      {tree.items.map((item, index) => { return (
    • diff --git a/src/components/marketing/ready-to-build.tsx b/src/components/marketing/ready-to-build.tsx index 838b19f..1664f99 100644 --- a/src/components/marketing/ready-to-build.tsx +++ b/src/components/marketing/ready-to-build.tsx @@ -30,7 +30,7 @@ function ReadyToBuildSection() {

- +
); diff --git a/src/components/marketing/service/layout-card.tsx b/src/components/marketing/service/layout-card.tsx index 3b1e000..7b2116e 100644 --- a/src/components/marketing/service/layout-card.tsx +++ b/src/components/marketing/service/layout-card.tsx @@ -12,10 +12,10 @@ function MainLayoutCard({ title, description, rightSideImageUrl }: IProps) { return (
-
+
{title()}
-

+

{description}

diff --git a/src/components/template/wizard-footer.tsx b/src/components/template/wizard-footer.tsx index 7e79d75..7c290c8 100644 --- a/src/components/template/wizard-footer.tsx +++ b/src/components/template/wizard-footer.tsx @@ -42,7 +42,7 @@ export const WizardFooter = ({ onClick={onBack} disabled={currentStep === 1} > - {isRTL ? : } + {isRTL ? : } {backText} @@ -53,14 +53,14 @@ export const WizardFooter = ({ disabled={!isStepValid} > {nextText} - {isRTL ? : } + {isRTL ? : } ) : ( )} diff --git a/src/components/wizard/cutomizer.tsx b/src/components/wizard/cutomizer.tsx index 9a510c9..bbacd11 100644 --- a/src/components/wizard/cutomizer.tsx +++ b/src/components/wizard/cutomizer.tsx @@ -26,7 +26,7 @@ const CustomizerUI = () => { className="flex flex-col space-y-4 md:space-y-6 -mt-14" >
-
+
Theme Customizer
@@ -37,7 +37,7 @@ const CustomizerUI = () => { diff --git a/src/components/wizard/theme.tsx b/src/components/wizard/theme.tsx index 37e3510..8179278 100644 --- a/src/components/wizard/theme.tsx +++ b/src/components/wizard/theme.tsx @@ -107,14 +107,14 @@ const ThemeSelector: React.FC = () => { variant="outline" className="rounded-[var(--theme-radius)]" > - + GitHub