We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f83d3 commit a42ffb8Copy full SHA for a42ffb8
src/pages/about.astro
@@ -72,7 +72,7 @@ const releaseData = await getReleases()
72
<ul class="flex flex-wrap lg:block dark:text-white">
73
<li class="mb-4 p-6 lg:p-0">
74
<span class="text-5xl font-thin"
75
- >{(10000).toLocaleString("en-US")}+</span
+ >{(19000).toLocaleString("en-US")}+</span
76
>
77
<span class="block font-mono text-sm">active users</span>
78
</li>
0 commit comments