Skip to content

Commit 7060cf2

Browse files
committed
Fix countup
1 parent 839d4e0 commit 7060cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h3 class="subheading">Top Sponsors</h3>
238238

239239
<script src="https://unpkg.com/promise-polyfill@6.0.2/promise.min.js"></script>
240240
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script>
241-
<script src="https://unpkg.com/countup.js"></script>
241+
<script src="https://unpkg.com/countup.js@1.9.3/dist/countUp.min.js"></script>
242242
<script async src="js/script.js"></script>
243243
</body>
244244

0 commit comments

Comments
 (0)