From 7da0df7af00e417fb165ce0bc9cce65af2e20562 Mon Sep 17 00:00:00 2001 From: Randa Firman Putra Date: Sat, 23 Aug 2025 22:50:14 +0700 Subject: [PATCH] Last Kali --- components/chartsDashboard/NamaBeasiswaDashChart.tsx | 2 +- components/chartsDashboard/TingkatPrestasiDashChart.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}` : ''}