notifications: fix (notes) link

This commit is contained in:
Guillermo Rauch 2016-07-26 11:31:19 -07:00
parent 27b2cd718e
commit 6671e65434

View file

@ -45,7 +45,7 @@ export default class Notifications extends Component {
{ ' ' }
(<a
style={{ color: '#fff' }}
target="_blank"
onClick={ (ev) => { window.require('electron').shell.openExternal(ev.target.href); ev.preventDefault(); } }
href={`https://github.com/zeit/hyperterm/releases/tag/${this.props.updateVersion}`}>notes</a>).
{ ' ' }
<a style={{