We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55c3fd + 5541bd2 commit e5a7312Copy full SHA for e5a7312
1 file changed
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