Delete Icon
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user