Delete Icon

This commit is contained in:
Randa Firman Putra
2025-09-11 14:05:00 +07:00
parent d6d8fc3b32
commit 248fed0d0b

View File

@@ -374,7 +374,6 @@ export default function BiodataMahasiswaDialog({ nim, nama }: BiodataMahasiswaDi
<div>
<label className="text-sm font-medium text-muted-foreground">Tingkat Prestasi</label>
<span className="inline-flex items-center px-2 py-1 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800 dark:bg-yellow-900 dark:text-yellow-100">
<Award className="h-3 w-3 mr-1" />
{prestasi.tingkat_prestasi}
</span>
</div>
@@ -388,7 +387,6 @@ export default function BiodataMahasiswaDialog({ nim, nama }: BiodataMahasiswaDi
<div>
<label className="text-sm font-medium text-muted-foreground">Tanggal Prestasi</label>
<p className="flex items-center gap-1">
<Calendar className="h-4 w-4 text-muted-foreground" />
{new Date(prestasi.tanggal_prestasi).toLocaleDateString('id-ID', {
day: '2-digit',
month: 'long',