File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ <h5 class="text-center text-base font-semibold leading-7 dark:text-yellow-300">I
3
3
4
4
< 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 ">
5
5
< span x-data ="{
6
- signups: 764 ,
6
+ signups: 101 ,
7
7
getSignupCount() {
8
8
fetch('https://vault.dotenv.org/public/stats')
9
9
.then(response => response.json())
10
10
.then(data => { this.signups = data.signups; })
11
11
}
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.
13
13
</ h1 >
14
14
15
15
< p class ="mx-auto my-4 mb-8 text-center text-lg leading-8 "> Just $5 for individuals.</ p >
You can’t perform that action at this time.
0 commit comments