set cilinic working time

This commit is contained in:
Arezoo
2025-10-18 21:13:41 +03:30
parent 7bf3f415fd
commit e8754fda35
@@ -5,7 +5,7 @@ function Detail({ data }) {
<ul className="flex flex-col items-start justify-start gap-[16px]">
<ContentDetail
head="روزهای کاری: "
detail={`ساعت کاری: ${data.hours_of_work}`}
detail={` ${data.field_working_days}`}
/>
<ContentDetail head="تلفن: " detail={`${data.phone_number}`} />
<ContentDetail head="آدرس: " detail={data.location} />