diff --git a/app/components/store/SizeChartSection.tsx b/app/components/store/SizeChartSection.tsx index 19cbb9a..bd367ea 100644 --- a/app/components/store/SizeChartSection.tsx +++ b/app/components/store/SizeChartSection.tsx @@ -20,11 +20,6 @@ interface SizeChartSectionProps { showError?: boolean; } -const UNITS: { value: string; label: string }[] = [ - { value: "cm", label: "سانتی‌متر" }, - { value: "inch", label: "اینچ" }, -]; - export function SizeChartSection({ value, onChange, @@ -171,26 +166,8 @@ export function SizeChartSection({

)} - {/* Unit toggle */} -
- واحد اندازه‌گیری -
- {UNITS.map((u) => ( - - ))} -
+
+ اندازه‌ها به سانتی‌متر
{/* Grid */}