Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 | export const DONATIONS_BOX_CURRENCY = "$"; export const DONATIONS_BOX_VALUES = [3, 5, 10, 15, 50, 100, 500]; export const BENEFACTOR_EMAIL = "benefactor@couchers.org"; export const SUPPORT_EMAIL = "support@couchers.org"; export const ANONYMOUS_DONATION_MIN_AMOUNT = 50; |