Skip to content

Commit 89fe60a

Browse files
Merge pull request #96 from rahul-vyas-dev/fix/network-page
fix: update top repos selection to include all repositories
2 parents a91f8a4 + 92cc501 commit 89fe60a

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.slice(0, 30)
30+
const topRepos = model.allRepos
3131
const topContribs = model.contributors
3232

3333
const nodes = []

0 commit comments

Comments
 (0)