Skip to content

Commit 5af1ad7

Browse files
authored
Change current weekly users to 19k from 10k, thanks @stasadev
1 parent 3231db9 commit 5af1ad7

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)