Skip to content

Commit a50e788

Browse files
authored
Update patreon.js (#269)
Added ConcernedApe's fixed monthly donation.
1 parent 9285407 commit a50e788

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

website/content/public/js/patreon.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
// Re-logic's fixed monthly donation.
3939
pledge_sum += 100000;
4040

41+
// ConcernedApe's fixed monthly donation.
42+
pledge_sum += 125000;
43+
4144
// Animate the results.
4245
const total_patrons = document.getElementById('total-patrons');
4346
countUp(total_patrons, patron_count, (x) => x);

0 commit comments

Comments
 (0)