We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a91f8a4 + 92cc501 commit 89fe60aCopy full SHA for 89fe60a
1 file changed
src/pages/NetworkPage.jsx
@@ -27,7 +27,7 @@ export default function NetworkPage() {
27
svg.attr('viewBox', `0 0 ${W} ${H}`)
28
29
// Top repos and contributors for performance
30
- const topRepos = model.allRepos.slice(0, 30)
+ const topRepos = model.allRepos
31
const topContribs = model.contributors
32
33
const nodes = []
0 commit comments