fix: update donor email address and fix spacing
This commit is contained in:
committed by
Kristofer Koishigawa
parent
de55527693
commit
f21248edae
@ -177,7 +177,8 @@ class DonateFormChildViewForHOC extends Component {
|
|||||||
? error.response.data
|
? error.response.data
|
||||||
: {
|
: {
|
||||||
error:
|
error:
|
||||||
'Something is not right. Please contact team@freecodecamp.org'
|
'Something is not right. ' +
|
||||||
|
'Please contact donors@freecodecamp.org.'
|
||||||
};
|
};
|
||||||
this.setState(state => ({
|
this.setState(state => ({
|
||||||
...state,
|
...state,
|
||||||
|
@ -28,7 +28,7 @@ const DonateText = () => {
|
|||||||
<b>Need help with your current or past donations?</b>
|
<b>Need help with your current or past donations?</b>
|
||||||
</h4>
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Forward a copy of your donation receipt to team@freeCodeCamp.org and
|
Forward a copy of your donation receipt to donors@freecodecamp.org and
|
||||||
tell us how we can help.
|
tell us how we can help.
|
||||||
</p>
|
</p>
|
||||||
</Col>
|
</Col>
|
||||||
|
Reference in New Issue
Block a user