Skip to content

Commit 3d4e0b6

Browse files
authored
Update index.html
Update download number Signed-off-by: Michael Zephyr <[email protected]>
1 parent 3a800c2 commit 3d4e0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ <h2 class="text-4xl text-white font-bold tracking-wide text-center py-8">Social
501501
const options = {
502502
   suffix: '+',
503503
};
504-
let demo = new CountUp('myTargetElement', 0, 1500000, 0, 5, {
504+
let demo = new CountUp('myTargetElement', 0, 3200000, 0, 5, {
505505
suffix: "+ downloads and counting"
506506
});
507507
demo.start();

0 commit comments

Comments
 (0)