Skip to content

Commit

Permalink
feat: update page count to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Jul 1, 2023
1 parent 83ffb31 commit 5c4e223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const username = '2KAbhishek';
const maxPages = 2;
const maxPages = 3;
const hideForks = true;
const repoList = document.querySelector('.repo-list');
const reposSection = document.querySelector('.repos');
Expand Down

0 comments on commit 5c4e223

Please sign in to comment.