mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
notifications: fix (notes) link
This commit is contained in:
parent
27b2cd718e
commit
6671e65434
1 changed files with 1 additions and 1 deletions
|
|
@ -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={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue