chore: 100k Modrinth projects 🎉 (#5150)

Signed-off-by: Emma Alexia <emma@modrinth.com>
This commit is contained in:
Emma Alexia
2026-01-18 14:10:47 -05:00
committed by GitHub
parent aec268c6e9
commit 6efdfdf17e

View File

@@ -464,7 +464,7 @@ const { formatMessage } = useVIntl()
const searchQuery = ref('leave')
const sortType = ref('relevance')
const PROJECT_COUNT = 75000
const PROJECT_COUNT = 100000
const formatNumber = new Intl.NumberFormat().format
const formattedProjectCount = computed(() => formatNumber(PROJECT_COUNT))