We are now at 17k!

This commit is contained in:
Sam Poder 2022-10-08 22:11:30 +08:00 committed by GitHub
parent cc01abd7dc
commit 704917ac40

View file

@ -1,3 +1,3 @@
export const count = 16000
export const count = 17000
export const formatted = count.toLocaleString('en-US')
export const thousands = Math.round(count / 1000)
export const thousands = Math.round(count / 1000)