Skip to content

Commit

Permalink
Fix update notification link (#2637)
Browse files Browse the repository at this point in the history
* distinct urlTags vs notes

* lint fix
  • Loading branch information
ppot committed Jan 24, 2018
1 parent af527b6 commit dc3155f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/notifications.js
Expand Up @@ -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>).{' '}
Expand Down

0 comments on commit dc3155f

Please sign in to comment.