changed name in doctors details page

This commit was merged in pull request #24.
This commit is contained in:
victorAnumudu
2023-03-30 15:16:10 +01:00
parent aeea205138
commit bcd5f9183f
+2 -2
View File
@@ -13,7 +13,7 @@ const DoctorDetails = () => {
<Navbar />
<PageBanner
pageTitle="Dr. Sarah Taylor (Neurosurgeon)"
pageTitle="Dr. Catherine (Lactation Consultant)"
homePageUrl="/"
homePageText="Home"
activePageText="Doctor Details"
@@ -65,7 +65,7 @@ const DoctorDetails = () => {
<div className="doctor-details-item">
<div className="doctor-details-right">
<div className="doctor-details-biography">
<h3>Dr. Sarah Taylor (Neurosurgeon)</h3>
<h3>Dr. Catherine (Lactation Consultant)</h3>
<p>MBBS in Neurology, PHD in Neurosurgeon</p>
</div>