Skip to content

Commit b4b6e4e

Browse files
set max to 15 repositories
1 parent 200fc47 commit b4b6e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/app/[domain]/components/homepage/repositorySnapshot.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ interface RepositorySnapshotProps {
2222
repos: RepositoryQuery[];
2323
}
2424

25-
const MAX_REPOS_TO_DISPLAY_IN_CAROUSEL = 100;
25+
const MAX_REPOS_TO_DISPLAY_IN_CAROUSEL = 15;
2626

2727
export function RepositorySnapshot({
2828
repos: initialRepos,

0 commit comments

Comments
 (0)