feat: change default donation amount to 5 dollars

pull/38607/head
Ahmad Abdolsaheb 2020-04-22 17:18:02 +03:00 committed by Mrugesh Mohapatra
parent 987297fa2f
commit 11868700ad
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const amountsConfig = {
};
const defaultAmount = {
year: 25000,
month: 3500,
month: 500,
onetime: 25000
};
const defaultStateConfig = {