From 12d7d3ab6468425499a2f7dc02939c22c88aabcd Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Thu, 2 May 2019 11:02:18 +0200 Subject: [PATCH] Fix download location --- app/src/components/UpdateNotifier.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) => {