Skip to content

Commit

Permalink
Merge pull request #1260 from JasonDsouza212/JasonDsouza212-patch-2
Browse files Browse the repository at this point in the history
chore: Update Community.jsx
  • Loading branch information
JasonDsouza212 authored Jul 7, 2023
2 parents dfd73a2 + 13595fe commit ac2b414
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?per_page=100`
`https://api.github.com/repos/JasonDsouza212/free-hit/contributors`
)
.then((res) => res.json())
.then((data) => {
Expand Down

1 comment on commit ac2b414

@vercel
Copy link

@vercel vercel bot commented on ac2b414 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.