Skip to content

Commit

Permalink
Merge pull request #697 from YooAshu/gh-pages
Browse files Browse the repository at this point in the history
added 2 more rows in each page
  • Loading branch information
sanjay-kv authored Oct 9, 2024
2 parents 17f7720 + daa9f17 commit 2cf5e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/retriveprofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var firebaseConfig = {
firebase.initializeApp(firebaseConfig);

let currentPage=1;
const profilesPerPage = 12; // Number of profiles per page
const profilesPerPage = 20; // Number of profiles per page

document.addEventListener("DOMContentLoaded", function () {
let contributors = [];
Expand Down

0 comments on commit 2cf5e02

Please sign in to comment.