last push(I hope)

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-03-04 12:29:07 +05:00
parent 1e12790e5f
commit 2b8e86e305
5 changed files with 9 additions and 6 deletions

View File

@@ -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}