We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9285407 commit a50e788Copy full SHA for a50e788
1 file changed
website/content/public/js/patreon.js
@@ -38,6 +38,9 @@
38
// Re-logic's fixed monthly donation.
39
pledge_sum += 100000;
40
41
+ // ConcernedApe's fixed monthly donation.
42
+ pledge_sum += 125000;
43
+
44
// Animate the results.
45
const total_patrons = document.getElementById('total-patrons');
46
countUp(total_patrons, patron_count, (x) => x);
0 commit comments