last push(I hope)
This commit is contained in:
@@ -78,8 +78,8 @@ export default function PaginationLite({
|
||||
) : (
|
||||
<PaginationItem key={idx}>
|
||||
<PaginationLink
|
||||
className="hover:cursor-pointer text-white hover:text-white"
|
||||
isActive={p === currentPage}
|
||||
className={`hover:cursor-pointer ${p === currentPage ? "text-black scale-110 text-[20px] font-medium" : "text-white"} hover:text-white border`}
|
||||
onClick={() => onChange(Number(p))}
|
||||
>
|
||||
{p}
|
||||
|
||||
Reference in New Issue
Block a user