diff --git a/src/pages/NetworkPage.jsx b/src/pages/NetworkPage.jsx index 9359655..9a3185b 100644 --- a/src/pages/NetworkPage.jsx +++ b/src/pages/NetworkPage.jsx @@ -27,7 +27,7 @@ export default function NetworkPage() { svg.attr('viewBox', `0 0 ${W} ${H}`) // Top repos and contributors for performance - const topRepos = model.allRepos.slice(0, 30) + const topRepos = model.allRepos const topContribs = model.contributors const nodes = []