fix: apply suggestions from code review
Co-Authored-By: raisedadead <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
@ -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
|
help pay for servers, services, and staff. You can
|
||||||
<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>
|
||||||
.
|
.
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
.
|
.
|
||||||
|
Reference in New Issue
Block a user