From e62663af69e3ae8578dcec34a3c75c426c5ef7ba Mon Sep 17 00:00:00 2001 From: Kartik Sharma Date: Tue, 12 Aug 2025 12:26:17 +0530 Subject: [PATCH] Change the icons on AttendanceChart.jsx --- src/components/Dashboard/AttendanceChart.jsx | 72 ++++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/src/components/Dashboard/AttendanceChart.jsx b/src/components/Dashboard/AttendanceChart.jsx index df99b07d..1ac04954 100644 --- a/src/components/Dashboard/AttendanceChart.jsx +++ b/src/components/Dashboard/AttendanceChart.jsx @@ -98,42 +98,42 @@ const AttendanceOverview = () => { colors: roles.map((_, i) => flatColors[i % flatColors.length]), }; - return ( -
- {/* Header */} -
-
-
Attendance Overview
-

Role-wise present count

-
-
- - - -
-
+ return ( +
+ {/* Header */} +
+
+
Attendance Overview
+

Role-wise present count

+
+
+ + + +
+
{/* Content */}