Skip to content

Commit

Permalink
🥑 Update default dependents amount (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClumsyVlad committed Dec 14, 2023
1 parent 9bfca72 commit 3c2c07a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website/src/js/fetchGitHubRepoData.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const showFetchedStars = async () => {
}

const showFetchedDependents = async () => {
githubDependentsText.textContent = "2.5k+"
githubDependentsText.textContent = "4.7k+"

const githubPackageDependentsURL =
"https://github.com/TrueFiEng/useDApp/network/dependents?package_id="
Expand Down

0 comments on commit 3c2c07a

Please sign in to comment.