Fix update notification link (#2637)

* distinct urlTags vs notes

* lint fix
This commit is contained in:
Philippe Potvin 2018-01-24 13:23:06 -05:00 committed by GitHub
parent af527b6f90
commit dc3155f190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ export default class Notifications extends PureComponent {
window.require('electron').shell.openExternal(ev.target.href);
ev.preventDefault();
}}
href={this.props.updateReleaseUrl}
href={`https://github.com/zeit/hyper/releases/tag/${this.props.updateVersion}`}
>
notes
</a>).{' '}