aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-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';