set cilinic working time
This commit is contained in:
@@ -5,7 +5,7 @@ function Detail({ data }) {
|
|||||||
<ul className="flex flex-col items-start justify-start gap-[16px]">
|
<ul className="flex flex-col items-start justify-start gap-[16px]">
|
||||||
<ContentDetail
|
<ContentDetail
|
||||||
head="روزهای کاری: "
|
head="روزهای کاری: "
|
||||||
detail={`ساعت کاری: ${data.hours_of_work}`}
|
detail={` ${data.field_working_days}`}
|
||||||
/>
|
/>
|
||||||
<ContentDetail head="تلفن: " detail={`${data.phone_number}`} />
|
<ContentDetail head="تلفن: " detail={`${data.phone_number}`} />
|
||||||
<ContentDetail head="آدرس: " detail={data.location} />
|
<ContentDetail head="آدرس: " detail={data.location} />
|
||||||
|
|||||||
Reference in New Issue
Block a user