fix(donate): update styling and refactor components
This commit is contained in:
committed by
Stuart Taylor
parent
08d6c06250
commit
6b7c7d6033
23
client/src/components/Donation/components/DonateText.js
Normal file
23
client/src/components/Donation/components/DonateText.js
Normal file
@@ -0,0 +1,23 @@
|
||||
import React, { Component } from 'react';
|
||||
|
||||
class DonateText extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div className='text-center'>
|
||||
<p>
|
||||
freeCodeCamp.org is a tiny nonprofit that's helping millions of
|
||||
people learn to code for free.
|
||||
</p>
|
||||
<p>
|
||||
Join <strong>4,180</strong> supporters.
|
||||
</p>
|
||||
<p>
|
||||
Your $5 / month donation will help keep tech education free and
|
||||
open.
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
export default DonateText;
|
Reference in New Issue
Block a user