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