Skip to content

Commit

Permalink
Merge pull request #64 from Project-MONAI/zephyrie-patch-3
Browse files Browse the repository at this point in the history
Update index.html
  • Loading branch information
zephyrie authored Sep 18, 2024
2 parents 3a800c2 + 3d4e0b6 commit 264f75c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ <h2 class="text-4xl text-white font-bold tracking-wide text-center py-8">Social
const options = {
   suffix: '+',
};
let demo = new CountUp('myTargetElement', 0, 1500000, 0, 5, {
let demo = new CountUp('myTargetElement', 0, 3200000, 0, 5, {
suffix: "+ downloads and counting"
});
demo.start();
Expand Down

0 comments on commit 264f75c

Please sign in to comment.