diff --git a/src/components/Support/Support.jsx b/src/components/Support/Support.jsx index ac50bbd5e47c..aa546bd0522e 100644 --- a/src/components/Support/Support.jsx +++ b/src/components/Support/Support.jsx @@ -32,6 +32,7 @@ SUPPORTERS.sort((a, b) => b.totalDonations - a.totalDonations); // Define ranks const totalRanks = { backer: { + minimum: 1, maximum: 200, random: 100, }, @@ -57,6 +58,7 @@ const totalRanks = { }; const monthlyRanks = { backer: { + minimum: 1, maximum: 10, random: 100, },