diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2019-04-10 15:58:29 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2019-04-11 14:30:26 +0200 |
| commit | 1741fc096f01abc5fe5c1b5de84f8f504ed1615b (patch) | |
| tree | fe02b281e42564fd4fc9990e12b824fa93e56641 /gui/src/config.json | |
| parent | 336ca26d259d81d189faee521f4fd2cfa7d13f7e (diff) | |
| download | mullvadvpn-1741fc096f01abc5fe5c1b5de84f8f504ed1615b.tar.xz mullvadvpn-1741fc096f01abc5fe5c1b5de84f8f504ed1615b.zip | |
Add error boundary
Diffstat (limited to 'gui/src/config.json')
| -rw-r--r-- | gui/src/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/config.json b/gui/src/config.json index e3f340ec96..54eca6000b 100644 --- a/gui/src/config.json +++ b/gui/src/config.json @@ -4,7 +4,7 @@ "purchase": "https://mullvad.net/account/login/", "faq": "https://mullvad.net/faq/", "download": "https://mullvad.net/download/", - "supportEmail": "mailto:support@mullvad.net" + "supportEmail": "support@mullvad.net" }, "colors": { "darkBlue": "rgb(25, 46, 69)", |
