change responsive page doctors & change modal and responsive & responsive page doctor item

This commit is contained in:
Ehsan
2024-08-18 14:39:34 +03:30
parent cd3b783abd
commit 8a53f60d7e
18 changed files with 179 additions and 53 deletions
+3 -1
View File
@@ -8,7 +8,9 @@ import LocationDoctor from "./cards/LocationDoctor"
function DetailDoctor({ doctor }) {
return (
<div className="w-[57%]">
<Share />
<div className="hidden lg:flex">
<Share />
</div>
<Title doctor={doctor} />
<Link />
<AboutDcotor doctor={doctor} />