mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-04-12 01:14:32 +00:00
Change page views notation to standard
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 1m37s
Some checks failed
Build And Publish / BuildAndPublish (push) Failing after 1m37s
This commit is contained in:
parent
62e1d50585
commit
415fc84251
@ -1,5 +1,5 @@
|
||||
export function numberFormat(value: number) {
|
||||
return new Intl.NumberFormat('en', {
|
||||
notation: 'compact'
|
||||
notation: 'standard'
|
||||
}).format(value)
|
||||
}
|
Loading…
Reference in New Issue
Block a user