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>
<Row>
<Col sm={10} smOffset={1} xs={12}>
<Spacer />
<h2 className='text-center'>Become a Supporter</h2>
<Spacer />
</Col>
</Row>
<Row>
<Col md={6}>
<Col sm={8} smOffset={2} xs={12}>
<DonateText />
<Spacer />
</Col>
<Col md={6}>
<Col sm={6} smOffset={3} xs={12}>
<DonateForm stripe={stripe} />
<Spacer />
</Col>
</Row>
</Grid>