fix bug modal search location in home && send request after click on continue for update list clinics && change style on hover text of specialties and service in clinics page && add loading for list of clinics && fix bug page doctor item && link footer to clinic-pro

This commit is contained in:
ehsan
2025-09-29 00:36:55 +03:30
parent d69d133e4c
commit b10fa6259e
21 changed files with 448 additions and 107 deletions
-1
View File
@@ -12,7 +12,6 @@ function ListDoctors({ doctors, setDoctors }) {
<ItemDoctor
key={doctor.id}
doctor={doctor}
doctors={doctors}
setDoctors={setDoctors}
/>
))}