Skip to content

Commit 6efdfdf

Browse files
authored
chore: 100k Modrinth projects 🎉 (#5150)
Signed-off-by: Emma Alexia <[email protected]>
1 parent aec268c commit 6efdfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ const { formatMessage } = useVIntl()
464464
const searchQuery = ref('leave')
465465
const sortType = ref('relevance')
466466
467-
const PROJECT_COUNT = 75000
467+
const PROJECT_COUNT = 100000
468468
const formatNumber = new Intl.NumberFormat().format
469469
const formattedProjectCount = computed(() => formatNumber(PROJECT_COUNT))
470470

0 commit comments

Comments
 (0)