style: change not allowed button hover behaviour

This commit is contained in:
Mahen 2026-03-03 10:22:00 +07:00
parent 0686156ea7
commit 44698b7c10
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ export function ReviewTable() {
{visiblePage.map((page, index) => (
<PaginationItem key={index}>
{page === "..." ? (
<PaginationEllipsis />
<PaginationEllipsis className="hover:cursor-not-allowed" />
) : (
<PaginationLink
href="#"