Skip to content

Commit

Permalink
fix(client): remove external prop on 'donate' link (#41023)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvinsanchez15 committed Feb 9, 2021
1 parent bc59d3c commit 0a72787
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions client/src/components/Header/components/NavLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,7 @@ export class NavLinks extends Component {
<FontAwesomeIcon icon={faHeart} />
</div>
) : (
<Link
className='nav-link'
external={true}
key='donate'
sameTab={false}
to='/donate'
>
<Link className='nav-link' key='donate' sameTab={false} to='/donate'>
{t('buttons.donate')}
</Link>
)}
Expand Down

0 comments on commit 0a72787

Please sign in to comment.