Skip to content

Commit 5541bd2

Browse files
authored
updated the rows for leaderboard profiles
1 parent e72fa5e commit 5541bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/dashboard/LeaderBoard/leaderboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default function LeaderBoard(): JSX.Element {
155155
useState<Contributor | null>(null);
156156
const [isModalOpen, setIsModalOpen] = useState(false);
157157
const [isSelectChanged, setIsSelectChanged] = useState(false);
158-
const itemsPerPage = 10;
158+
const itemsPerPage = 20;
159159

160160
// Modal handlers
161161
const handlePRClick = (contributor: Contributor) => {

0 commit comments

Comments
 (0)