This commit is contained in:
yznahmad 2025-09-07 04:11:48 +03:00
parent 7580162816
commit 1d1bb79928

View File

@ -997,7 +997,7 @@ export default function Reports() {
{/* Total Reports */} {/* Total Reports */}
<div className="bg-gray-50 rounded-lg p-4 text-center"> <div className="bg-gray-50 rounded-lg p-4 text-center">
<div className="text-2xl font-bold text-gray-900">{stats.totalReports}</div> <div className="text-2xl font-bold text-gray-900">{stats.totalReports}</div>
<div className="text-xs text-gray-600 mt-1">Total Reports</div> <div className="text-xs text-gray-600 mt-1">Total Shifts</div>
</div> </div>
{/* Day Shift Count */} {/* Day Shift Count */}