mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
We are now at 17k!
This commit is contained in:
parent
cc01abd7dc
commit
704917ac40
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue