aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 11:42:30 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-21 11:42:30 +0100
commit41d3fbc82f8075c032157782931c96e0550b15dd (patch)
treee5971dbcc2974d28bd564e0d90c20d95d196c00f /src
parentMerge branch 'feature/win-64-bit-installer' into develop (diff)
downloadferdium-app-41d3fbc82f8075c032157782931c96e0550b15dd.tar.gz
ferdium-app-41d3fbc82f8075c032157782931c96e0550b15dd.tar.zst
ferdium-app-41d3fbc82f8075c032157782931c96e0550b15dd.zip
add external links to config
Diffstat (limited to 'src')
-rw-r--r--src/config.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 5ee5ee18e..b3e00c92c 100644
--- a/src/config.js
+++ b/src/config.js
@@ -17,3 +17,6 @@ export const DEFAULT_APP_SETTINGS = {
17 beta: false, 17 beta: false,
18 isAppMuted: false, 18 isAppMuted: false,
19}; 19};
20
21export const FRANZ_SERVICE_REQUEST = 'http://bit.ly/franz-service-request';
22export const FRANZ_TRANSLATION = 'http://bit.ly/franz-translate';