Skip to content

Commit 0eca09d

Browse files
authored
Merge pull request webdevcody#695 from vignesh-gupta/main
[FIX] Contributor PER_PAGE_MAX to fill the space in all devices
2 parents e504b83 + d92daf4 commit 0eca09d

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/contributors

1 file changed

+1
-1
lines changed

packages/app/src/app/contributors/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from "./_helpers/utils";
1515
import { redirect } from "next/navigation";
1616

17-
const PER_PAGE_MAX = 18; // Limit to only 16 per page to avoid hitting rate limit
17+
const PER_PAGE_MAX = 12; // Limit to only 12 per page to avoid hitting rate limit
1818

1919
const searchParamsSchema = z.object({
2020
page: z.coerce.number().default(1),

0 commit comments

Comments
 (0)