aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/settings/recipes/RecipesDashboard.js4
-rw-r--r--src/config.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/components/settings/recipes/RecipesDashboard.js b/src/components/settings/recipes/RecipesDashboard.js
index 7087634d2..ba363ffa9 100644
--- a/src/components/settings/recipes/RecipesDashboard.js
+++ b/src/components/settings/recipes/RecipesDashboard.js
@@ -15,7 +15,7 @@ import Infobox from '../../ui/Infobox';
15import RecipeItem from './RecipeItem'; 15import RecipeItem from './RecipeItem';
16import Loader from '../../ui/Loader'; 16import Loader from '../../ui/Loader';
17import Appear from '../../ui/effects/Appear'; 17import Appear from '../../ui/effects/Appear';
18import { FRANZ_SERVICE_REQUEST } from '../../../config'; 18import { FERDIUM_SERVICE_REQUEST } from '../../../config';
19import RecipePreview from '../../../models/RecipePreview'; 19import RecipePreview from '../../../models/RecipePreview';
20import { Icon } from '../../ui/icon'; 20import { Icon } from '../../ui/icon';
21 21
@@ -204,7 +204,7 @@ class RecipesDashboard extends Component {
204 {intl.formatMessage(messages.customRecipes)} 204 {intl.formatMessage(messages.customRecipes)}
205 </Link> 205 </Link>
206 <a 206 <a
207 href={FRANZ_SERVICE_REQUEST} 207 href={FERDIUM_SERVICE_REQUEST}
208 target="_blank" 208 target="_blank"
209 className="link recipes__service-request" 209 className="link recipes__service-request"
210 rel="noreferrer" 210 rel="noreferrer"
diff --git a/src/config.ts b/src/config.ts
index 8dff85a6f..ac1031507 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -170,7 +170,7 @@ export const DEFAULT_WINDOW_OPTIONS = {
170 170
171export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz'; 171export const GITHUB_FRANZ_URL = 'https://github.com/meetfranz';
172export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium'; 172export const GITHUB_FERDIUM_URL = 'https://github.com/ferdium';
173export const FRANZ_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/recipes/issues`; 173export const FERDIUM_SERVICE_REQUEST = `${GITHUB_FERDIUM_URL}/ferdium-recipes/issues`;
174export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium'; 174export const FRANZ_TRANSLATION = 'https://crowdin.com/project/ferdium';
175export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub'; 175export const FRANZ_DEV_DOCS = 'http://bit.ly/franz-dev-hub';
176 176