Skip to content

Commit a42ffb8

Browse files
committed
Change current weekly users to 19k from 10k, thanks @stasadev
1 parent 26f83d3 commit a42ffb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/about.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const releaseData = await getReleases()
7272
<ul class="flex flex-wrap lg:block dark:text-white">
7373
<li class="mb-4 p-6 lg:p-0">
7474
<span class="text-5xl font-thin"
75-
>{(10000).toLocaleString("en-US")}+</span
75+
>{(19000).toLocaleString("en-US")}+</span
7676
>
7777
<span class="block font-mono text-sm">active users</span>
7878
</li>

0 commit comments

Comments
 (0)