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>
|
||||
Donations to freeCodeCamp go toward our education initiatives, and
|
||||
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
|
||||
</Link>
|
||||
.
|
||||
|
@ -73,8 +73,12 @@ const AboutPage = () => {
|
||||
</Link>
|
||||
, watch our{' '}
|
||||
<Link to='https://youtube.com/freecodecamp'>YouTube channel</Link>
|
||||
, and post on <Link to='/forum'>our forum</Link>, each month we
|
||||
help millions of people learn about coding and technology.
|
||||
, and post on{' '}
|
||||
<Link external={true} to='/forum'>
|
||||
our forum
|
||||
</Link>
|
||||
, each month we help millions of people learn about coding and
|
||||
technology.
|
||||
</p>
|
||||
<h4>Is freeCodeCamp a nonprofit?</h4>
|
||||
<p>
|
||||
|
@ -95,7 +95,7 @@ const SupportPage = () => {
|
||||
privacy and security reasons, they don't have access to your
|
||||
account in the freeCodeCamp database. Also note that you will need
|
||||
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
|
||||
</Link>
|
||||
.
|
||||
|
Reference in New Issue
Block a user