again n again
This commit is contained in:
@@ -188,7 +188,7 @@ export default function TabelNamaTerancamDO({ selectedYear }: TabelNamaTerancamD
|
||||
</CardHeader>
|
||||
<CardContent>
|
||||
{/* Show entries selector */}
|
||||
<div className="flex items-center gap-2 mb-4">
|
||||
<div className="flex items-center gap-2 mb-4 dark:text-white">
|
||||
<span className="text-sm">Show</span>
|
||||
<Select
|
||||
value={pageSize.toString()}
|
||||
@@ -272,7 +272,7 @@ export default function TabelNamaTerancamDO({ selectedYear }: TabelNamaTerancamD
|
||||
<div className="text-sm text-muted-foreground">
|
||||
Showing {getDisplayRange().start} to {getDisplayRange().end} of {mahasiswaData.length} entries
|
||||
</div>
|
||||
<Pagination>
|
||||
<Pagination className="dark:text-white">
|
||||
<PaginationContent>
|
||||
<PaginationItem>
|
||||
<PaginationPrevious
|
||||
|
||||
Reference in New Issue
Block a user