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]"> <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} />