mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 14:08: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
|
(<a
|
||||||
style={{ color: '#fff' }}
|
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>).
|
href={`https://github.com/zeit/hyperterm/releases/tag/${this.props.updateVersion}`}>notes</a>).
|
||||||
{ ' ' }
|
{ ' ' }
|
||||||
<a style={{
|
<a style={{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue