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) => (
|
{visiblePage.map((page, index) => (
|
||||||
<PaginationItem key={index}>
|
<PaginationItem key={index}>
|
||||||
{page === "..." ? (
|
{page === "..." ? (
|
||||||
<PaginationEllipsis />
|
<PaginationEllipsis className="hover:cursor-not-allowed" />
|
||||||
) : (
|
) : (
|
||||||
<PaginationLink
|
<PaginationLink
|
||||||
href="#"
|
href="#"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue