From fe5910959074a526f9372312ec287f25facb3fa0 Mon Sep 17 00:00:00 2001 From: Awais Mohammad Date: Fri, 8 Dec 2023 13:38:54 +0500 Subject: [PATCH] cards added and a bit more info --- .../src/Components/StudentDashboard/ContentArea/Tutor/Tutor.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Components/StudentDashboard/ContentArea/Tutor/Tutor.jsx b/frontend/src/Components/StudentDashboard/ContentArea/Tutor/Tutor.jsx index 7a302fbb..989cfb1b 100644 --- a/frontend/src/Components/StudentDashboard/ContentArea/Tutor/Tutor.jsx +++ b/frontend/src/Components/StudentDashboard/ContentArea/Tutor/Tutor.jsx @@ -75,6 +75,7 @@ function Tutor() { { id: 1, name: "Awais Mohammad", subject: "Math", experience: "5 years" }, { id: 2, name: "Waqar Amin", subject: "Science", experience: "3 years" }, { id: 3, name: "Muhammad Aqib", subject: "English", experience: "4 years" }, + { id: 4, name: "Muhammad Karim", subject: "Chemistry", experience: "3.5 years" }, ]; return (