diff --git a/app/src/components/UpdateNotifier.tsx b/app/src/components/UpdateNotifier.tsx index 7f53d84..dfcac34 100644 --- a/app/src/components/UpdateNotifier.tsx +++ b/app/src/components/UpdateNotifier.tsx @@ -171,7 +171,7 @@ class UpdateNotifier extends React.Component { {this.renderDownloads()} @@ -181,8 +181,8 @@ class UpdateNotifier extends React.Component { ) } - private openGithub = () => { - this.openUrl('https://github.com/thomasnordquist/MQTT-Explorer') + private openHomePage = () => { + this.openUrl('https://mqtt-explorer.com') } private openUrl = (url: string) => {