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 89fe60a + fcfa774 commit 0a407aaCopy full SHA for 0a407aa
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
+ const topRepos = model.allRepos.slice(0, 30)
31
const topContribs = model.contributors
32
33
const nodes = []
0 commit comments