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
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 >
You can’t perform that action at this time.
0 commit comments