diff --git a/client/src/pages/donate.js b/client/src/pages/donate.js index a60e98b3fc..04115bdb3d 100644 --- a/client/src/pages/donate.js +++ b/client/src/pages/donate.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; import { bindActionCreators } from 'redux'; import { connect } from 'react-redux'; import { createSelector } from 'reselect'; -import { Grid, Row, Col } from '@freecodecamp/react-bootstrap'; +import { Grid, Row, Col, Alert } from '@freecodecamp/react-bootstrap'; import { stripePublicKey } from '../../config/env.json'; import { Spacer, Loader } from '../components/helpers'; @@ -119,24 +119,35 @@ export class DonatePage extends Component { - {isDonating ? ( - + + + + + {isDonating ? ( + + + Thank you for being a supporter of freeCodeCamp. You + currently have a recurring donation. + + + + If you would like to make additional donations, those + will help our nonprofit and our mission, too. + + + ) : null} + + + + + - ) : ( - - - - - - - - - )} +
+ Thank you for being a supporter of freeCodeCamp. You + currently have a recurring donation. +
+ If you would like to make additional donations, those + will help our nonprofit and our mission, too. +