diff --git a/src/view/screens/Support.tsx b/src/view/screens/Support.tsx index de1b38b848..dc00d473d5 100644 --- a/src/view/screens/Support.tsx +++ b/src/view/screens/Support.tsx @@ -9,6 +9,7 @@ import {TextLink} from 'view/com/util/Link' import {CenteredView} from 'view/com/util/Views' import {usePalette} from 'lib/hooks/usePalette' import {s} from 'lib/styles' +import {HELP_DESK_URL} from 'lib/constants' type Props = NativeStackScreenProps export const SupportScreen = (_props: Props) => { @@ -29,14 +30,13 @@ export const SupportScreen = (_props: Props) => { Support - If you need help, email us at{' '} + The support form has been moved. If you need help, please {' '} - with a description of your issue and information about how we can help - you. + or visit {HELP_DESK_URL} to get in touch with us.