Fix download location
This commit is contained in:
@@ -171,7 +171,7 @@ class UpdateNotifier extends React.Component<Props, State> {
|
|||||||
{this.renderDownloads()}
|
{this.renderDownloads()}
|
||||||
<Button
|
<Button
|
||||||
className={this.props.classes.download}
|
className={this.props.classes.download}
|
||||||
onClick={this.openGithub}
|
onClick={this.openHomePage}
|
||||||
>
|
>
|
||||||
Github Page
|
Github Page
|
||||||
</Button>
|
</Button>
|
||||||
@@ -181,8 +181,8 @@ class UpdateNotifier extends React.Component<Props, State> {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
private openGithub = () => {
|
private openHomePage = () => {
|
||||||
this.openUrl('https://github.com/thomasnordquist/MQTT-Explorer')
|
this.openUrl('https://mqtt-explorer.com')
|
||||||
}
|
}
|
||||||
|
|
||||||
private openUrl = (url: string) => {
|
private openUrl = (url: string) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user