Skip to content

Commit 26632c0

Browse files
authored
Update GithubRepos.vue
1 parent e2a3673 commit 26632c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GithubRepos.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default {
4747
.sort(
4848
(repo1, repo2) => repo2.stargazers_count - repo1.stargazers_count
4949
)
50-
.slice(0, 20);
50+
.slice(0, 50);
5151
});
5252
}
5353
},

0 commit comments

Comments
 (0)