Skip to content

Commit 264f75c

Browse files
authored
Merge pull request #64 from Project-MONAI/zephyrie-patch-3
Update index.html
2 parents 3a800c2 + 3d4e0b6 commit 264f75c

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)