list all doctors

This commit is contained in:
Ehsan
2024-06-27 15:34:52 +03:30
parent b22b29b7b5
commit 05fef12db3
5 changed files with 73 additions and 5 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ function ListDoctors() {
return (
<div>
<ul className="grid mt-[64px] gap-[24px]">
<ul className="grid grid-cols-3 mt-[64px] gap-[24px]">
{doctors.map(doctor => (
<ItemDoctor
key={doctor.id}