From 1609f2be60542c5c1daf48334cdb64c1d1bb2b16 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Tue, 30 Dec 2025 09:25:18 +0330 Subject: [PATCH] radiu group --- src/components/RadioGroup.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/RadioGroup.tsx b/src/components/RadioGroup.tsx index 0421109..9691cf0 100644 --- a/src/components/RadioGroup.tsx +++ b/src/components/RadioGroup.tsx @@ -13,12 +13,12 @@ type Props = { const RadioGroup: FC = (props: Props) => { return ( -
+
{ props.items.map((item, index) => ( -
+
-
+
{item.label}