From fcfa77468d6e38c7ffe610f9dadf9bcadf556cef Mon Sep 17 00:00:00 2001 From: Rahul Vyas Date: Fri, 3 Jul 2026 18:58:53 +0530 Subject: [PATCH] Revert "fix: update top repos selection to include all repositories" --- src/pages/NetworkPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/NetworkPage.jsx b/src/pages/NetworkPage.jsx index 9a3185b..9359655 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 + const topRepos = model.allRepos.slice(0, 30) const topContribs = model.contributors const nodes = []