fix(donate): quick patch for auth

This commit is contained in:
Mrugesh Mohapatra
2019-11-08 19:24:54 +05:30
committed by mrugesh
parent 139f8fcb1b
commit 8107106915

View File

@@ -74,16 +74,19 @@ export class DonatePage extends Component {
<Grid> <Grid>
<Row> <Row>
<Col sm={10} smOffset={1} xs={12}> <Col sm={10} smOffset={1} xs={12}>
<Spacer />
<h2 className='text-center'>Become a Supporter</h2> <h2 className='text-center'>Become a Supporter</h2>
<Spacer /> <Spacer />
</Col> </Col>
</Row> </Row>
<Row> <Row>
<Col md={6}> <Col sm={8} smOffset={2} xs={12}>
<DonateText /> <DonateText />
<Spacer />
</Col> </Col>
<Col md={6}> <Col sm={6} smOffset={3} xs={12}>
<DonateForm stripe={stripe} /> <DonateForm stripe={stripe} />
<Spacer />
</Col> </Col>
</Row> </Row>
</Grid> </Grid>