Skip to content

Commit

Permalink
contributors page
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jul 7, 2023
1 parent ac2b414 commit 7a3bdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function Community() {
const getData = async () => {
setInitialLoading(true)
await fetch(
`https://api.github.com/repos/JasonDsouza212/free-hit/contributors`
`https://api.github.com/repos/JasonDsouza212/free-hit/contributors?per_page=100`
)
.then((res) => res.json())
.then((data) => {
Expand Down

1 comment on commit 7a3bdde

@vercel
Copy link

@vercel vercel bot commented on 7a3bdde Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

free-hit – ./

free-hit-jasondsouza212.vercel.app
free-hit.vercel.app
free-hit-git-main-jasondsouza212.vercel.app

Please sign in to comment.