diff --git a/client/src/pages/donate-other.js b/client/src/pages/donate-other.js index 2ac5a57292..a670ea0311 100644 --- a/client/src/pages/donate-other.js +++ b/client/src/pages/donate-other.js @@ -1,6 +1,7 @@ /* eslint-disable max-len */ import React, { Component, Fragment } from 'react'; import Helmet from 'react-helmet'; +import { Grid, Col, Row } from '@freecodecamp/react-bootstrap'; import Spacer from '../components/helpers/Spacer'; @@ -10,9 +11,9 @@ class IndexPage extends Component { -
-
-
+ + +

Other ways you can support the freeCodeCamp.org nonprofit

@@ -251,9 +252,9 @@ class IndexPage extends Component { Or donate using a Credit or Debit Card.
-
-
- + + +
); }