Skip to content

Commit

Permalink
problem: targets cant be blank for sending links to browser
Browse files Browse the repository at this point in the history
solution: remove target='_blank'
  • Loading branch information
whilei committed Jun 23, 2017
1 parent f0e2084 commit 4dadfcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/layout/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const Render = () => {
<Col xs={8} style={{color: 'gray', fontWeight: '300'}}>
<p style={{marginTop: 0}}>
Find an issue? Got a suggestion? <br/>
Please let us know on our <a target='_blank' href='https://github.com/ethereumproject/emerald-wallet/issues'>
Please let us know on our <a href='https://github.com/ethereumproject/emerald-wallet/issues'>
Github issues page</a>.
</p>
<p>
Made with ❤️&nbsp; by <strong>ETCDEV</strong> and <a target='_blank' href='https://github.com/ethereumproject/emerald-wallet/network/members'>many wonderful contributors</a>.
Made with ❤️&nbsp; by <strong>ETCDEV</strong> and <a href='https://github.com/ethereumproject/emerald-wallet/network/members'>many wonderful contributors</a>.
</p>
</Col>
<Col xs={2} style={align.right}>
Expand Down

0 comments on commit 4dadfcf

Please sign in to comment.