fix(link): lint and format links
This commit is contained in:
committed by
Stuart Taylor
parent
4fb112e87f
commit
65288de39a
@@ -12,7 +12,7 @@ import {
|
||||
import { faDatabase } from '@fortawesome/free-solid-svg-icons';
|
||||
import Helmet from 'react-helmet';
|
||||
|
||||
import { Spacer } from '../components/helpers';
|
||||
import { Link, Spacer } from '../components/helpers';
|
||||
import Login from '../components/Header/components/Login';
|
||||
|
||||
import './index.css';
|
||||
@@ -227,14 +227,9 @@ const IndexPage = () => (
|
||||
<p className='large-p'>
|
||||
Donations to freeCodeCamp go toward our education initiatives, and help
|
||||
pay for servers, services, and staff. You can{' '}
|
||||
<a
|
||||
className='large-p underlined-link'
|
||||
href='/donate'
|
||||
rel='noopener noreferrer'
|
||||
target='_blank'
|
||||
>
|
||||
<Link className='large-p underlined-link' external={true} to='/donate'>
|
||||
make a tax-deductible donation here
|
||||
</a>
|
||||
</Link>
|
||||
</p>
|
||||
.<Spacer />
|
||||
<BigCallToAction />
|
||||
|
||||
Reference in New Issue
Block a user