mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-17 05:58:41 -09:00
Fix update notification link (#2637)
* distinct urlTags vs notes * lint fix
This commit is contained in:
parent
af527b6f90
commit
dc3155f190
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ export default class Notifications extends PureComponent {
|
||||||
window.require('electron').shell.openExternal(ev.target.href);
|
window.require('electron').shell.openExternal(ev.target.href);
|
||||||
ev.preventDefault();
|
ev.preventDefault();
|
||||||
}}
|
}}
|
||||||
href={this.props.updateReleaseUrl}
|
href={`https://github.com/zeit/hyper/releases/tag/${this.props.updateVersion}`}
|
||||||
>
|
>
|
||||||
notes
|
notes
|
||||||
</a>).{' '}
|
</a>).{' '}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue