We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72fa5e commit 5541bd2Copy full SHA for 5541bd2
src/components/dashboard/LeaderBoard/leaderboard.tsx
@@ -155,7 +155,7 @@ export default function LeaderBoard(): JSX.Element {
155
useState<Contributor | null>(null);
156
const [isModalOpen, setIsModalOpen] = useState(false);
157
const [isSelectChanged, setIsSelectChanged] = useState(false);
158
- const itemsPerPage = 10;
+ const itemsPerPage = 20;
159
160
// Modal handlers
161
const handlePRClick = (contributor: Contributor) => {
0 commit comments