Skip to content

Commit fcfa774

Browse files
Revert "fix: update top repos selection to include all repositories"
1 parent 89fe60a commit fcfa774

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/NetworkPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function NetworkPage() {
2727
svg.attr('viewBox', `0 0 ${W} ${H}`)
2828

2929
// Top repos and contributors for performance
30-
const topRepos = model.allRepos
30+
const topRepos = model.allRepos.slice(0, 30)
3131
const topContribs = model.contributors
3232

3333
const nodes = []

0 commit comments

Comments
 (0)