Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjschuster committed Dec 1, 2019
2 parents 6dbdb8c + 0c70908 commit a31dc3d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/react/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export default class App extends React.Component {
icon: 'github',
iconPosition: 'above',
label: 'Source Code',
newTab: true
newTab: false
}

return [aboutLink, projectLink, githubLink]
Expand Down Expand Up @@ -337,9 +337,7 @@ export default class App extends React.Component {
<div className='footer__content'>
<p className='footer__copyright'>
© 2016-present{' '}
<a href='https://github.com/tomjschuster' target='_blank'>
Tom Schuster
</a>
<a href='https://github.com/tomjschuster'>Tom Schuster</a>
</p>
{this.renderFooterActions()}
</div>
Expand Down

0 comments on commit a31dc3d

Please sign in to comment.