Skip to content

Commit

Permalink
Fix Linter Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Atril33 committed Sep 29, 2023
1 parent f415063 commit 2ba1f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/DoctorDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const DoctorDetails = () => {
<h3>{doctor.time_available_to}</h3>
</div>
</div>
<div className="flex w-auto h-auto bg-[#4ecca3] p-3.5 my-6 items-center justify-between rounded-[30px] cursor-pointer max-[1000px]:p-2">
<div className="flex w-auto h-auto bg-[#4ecca3] p-3.5 my-6 items-center justify-between rounded-[30px] cursor-pointer max-[1000px]:p-2 hover:bg-[#34b288]">
<img src={settingIcon} alt="Setting Icon" className="w-9" />
<h3 className="text-[#fff] font-semibold">Schedule Appointment</h3>
<img src={nextArrowIcon} alt="Next Arrow Icon" className="w-6" />
Expand Down

0 comments on commit 2ba1f95

Please sign in to comment.