Change update semester

This commit is contained in:
Randa Firman Putra
2025-08-21 00:13:35 +07:00
parent 04150b681d
commit f7a7359408
13 changed files with 667 additions and 38 deletions

View File

@@ -304,13 +304,6 @@ export default function StatistikMahasiswaChart() {
}
return (
<Card className="bg-white dark:bg-slate-900 shadow-lg">
<CardHeader>
<CardTitle className="text-xl font-bold dark:text-white">
Total Mahasiswa
</CardTitle>
</CardHeader>
<CardContent>
<div className="h-[300px] sm:h-[350px] md:h-[300px] w-full max-w-5xl mx-auto">
<Chart
options={chartOptions}
@@ -320,7 +313,5 @@ export default function StatistikMahasiswaChart() {
width="100%"
/>
</div>
</CardContent>
</Card>
);
}