Skip to content

Commit f9e039f

Browse files
authored
Merge pull request #2187 from jaimergp/billions
Use billions for monthly downloads
2 parents 7e2ca9e + 6d01c57 commit f9e039f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/About/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default function Stats() {
1919

2020
const stats1 = [
2121
{
22-
number: stats ? `${(stats.downloads.month / 1e6).toFixed(0)}M` : "",
22+
number: stats ? `${(stats.downloads.month / 1e9).toFixed(2)}B` : "",
2323
content: "Monthly downloads",
2424
},
2525
{

0 commit comments

Comments
 (0)