Skip to content

Commit 43e566f

Browse files
committed
up date count
1 parent 0930660 commit 43e566f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/v1/pricing/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ <h5 class="text-center text-base font-semibold leading-7 dark:text-yellow-300">I
33

44
<h1 class="mx-auto mt-2 max-w-4xl text-center text-4xl md:text-5xl font-bold tracking-tight bg-gradient-to-r bg-clip-text text-transparent leading-tight text-zinc-950 dark:text-zinc-200">
55
<span x-data="{
6-
signups: 764,
6+
signups: 101,
77
getSignupCount() {
88
fetch('https://vault.dotenv.org/public/stats')
99
.then(response => response.json())
1010
.then(data => { this.signups = data.signups; })
1111
}
12-
}" x-init="getSignupCount()" x-text="signups">764</span> organizations signed up last month.
12+
}" x-init="getSignupCount()" x-text="signups">101</span> organizations signed up last month.
1313
</h1>
1414

1515
<p class="mx-auto my-4 mb-8 text-center text-lg leading-8">Just $5 for individuals.</p>

0 commit comments

Comments
 (0)