Skip to content

Commit e5a7312

Browse files
authored
Merge pull request #1143 from Adez017/new-changes
updated the rows for leaderboard profiles till 20
2 parents e55c3fd + 5541bd2 commit e5a7312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)