fix(link): lint and format links

This commit is contained in:
Mrugesh Mohapatra
2019-02-21 20:55:36 +05:30
committed by Stuart Taylor
parent 4fb112e87f
commit 65288de39a
14 changed files with 75 additions and 261 deletions

View File

@@ -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 />