style: change not allowed button hover behaviour
This commit is contained in:
parent
0686156ea7
commit
44698b7c10
|
|
@ -243,7 +243,7 @@ export function ReviewTable() {
|
|||
{visiblePage.map((page, index) => (
|
||||
<PaginationItem key={index}>
|
||||
{page === "..." ? (
|
||||
<PaginationEllipsis />
|
||||
<PaginationEllipsis className="hover:cursor-not-allowed" />
|
||||
) : (
|
||||
<PaginationLink
|
||||
href="#"
|
||||
|
|
|
|||
Loading…
Reference in New Issue