feat: change default donation amount to 5 dollars
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
987297fa2f
commit
11868700ad
@ -11,7 +11,7 @@ const amountsConfig = {
|
|||||||
};
|
};
|
||||||
const defaultAmount = {
|
const defaultAmount = {
|
||||||
year: 25000,
|
year: 25000,
|
||||||
month: 3500,
|
month: 500,
|
||||||
onetime: 25000
|
onetime: 25000
|
||||||
};
|
};
|
||||||
const defaultStateConfig = {
|
const defaultStateConfig = {
|
||||||
|
Reference in New Issue
Block a user