fix: apply suggestions from code review

Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Valeriy
2019-02-20 20:04:35 +05:30
committed by Stuart Taylor
parent 7783079af7
commit 4fb112e87f
3 changed files with 8 additions and 4 deletions

View File

@ -37,7 +37,7 @@ function Footer() {
<p> <p>
Donations to freeCodeCamp go toward our education initiatives, and Donations to freeCodeCamp go toward our education initiatives, and
help pay for servers, services, and staff. You can&nbsp; help pay for servers, services, and staff. You can&nbsp;
<Link className='inline' external='true' to='/donate'> <Link className='inline' external={true} to='/donate'>
make a tax-deductible donation here make a tax-deductible donation here
</Link> </Link>
. .

View File

@ -73,8 +73,12 @@ const AboutPage = () => {
</Link> </Link>
, watch our{' '} , watch our{' '}
<Link to='https://youtube.com/freecodecamp'>YouTube channel</Link> <Link to='https://youtube.com/freecodecamp'>YouTube channel</Link>
, and post on <Link to='/forum'>our forum</Link>, each month we , and post on{' '}
help millions of people learn about coding and technology. <Link external={true} to='/forum'>
our forum
</Link>
, each month we help millions of people learn about coding and
technology.
</p> </p>
<h4>Is freeCodeCamp a nonprofit?</h4> <h4>Is freeCodeCamp a nonprofit?</h4>
<p> <p>

View File

@ -95,7 +95,7 @@ const SupportPage = () => {
privacy and security reasons, they don't have access to your privacy and security reasons, they don't have access to your
account in the freeCodeCamp database. Also note that you will need account in the freeCodeCamp database. Also note that you will need
to create a forum account if you don't already have one.{' '} to create a forum account if you don't already have one.{' '}
<Link to='/forum/new-topic?category=support'> <Link external={true} to='/forum/new-topic?category=support'>
Click here to ask your support question Click here to ask your support question
</Link> </Link>
. .