diff --git a/components/chartsDashboard/NamaBeasiswaDashChart.tsx b/components/chartsDashboard/NamaBeasiswaDashChart.tsx index e88777d..91ddb5b 100644 --- a/components/chartsDashboard/NamaBeasiswaDashChart.tsx +++ b/components/chartsDashboard/NamaBeasiswaDashChart.tsx @@ -243,7 +243,7 @@ export default function NamaBeasiswaDashChart({ selectedYear }: Props) { - Nama Beasiswa Dashboard + Nama Beasiswa Mahasiswa {selectedYear !== 'all' ? ` Angkatan ${selectedYear}` : ''} diff --git a/components/chartsDashboard/TingkatPrestasiDashChart.tsx b/components/chartsDashboard/TingkatPrestasiDashChart.tsx index 56f7d9a..67f0298 100644 --- a/components/chartsDashboard/TingkatPrestasiDashChart.tsx +++ b/components/chartsDashboard/TingkatPrestasiDashChart.tsx @@ -242,7 +242,7 @@ export default function TingkatPrestasiDashChart({ selectedYear }: Props) { - Tingkat Prestasi Dashboard + Tingkat Prestasi Mahasiswa {selectedYear !== 'all' ? ` Angkatan ${selectedYear}` : ''}