From baf425f907ba2d3bd47e90a5149dae4a76a3a3bd Mon Sep 17 00:00:00 2001 From: Ahmad Abdolsaheb Date: Fri, 8 Feb 2019 11:05:14 +0300 Subject: [PATCH] fix: reactify donation other --- client/src/pages/donate-other.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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.
-
-
- + + +
); }