parent
ee80cae75f
commit
c13b6946ba
|
@ -9,6 +9,7 @@ import {TextLink} from 'view/com/util/Link'
|
||||||
import {CenteredView} from 'view/com/util/Views'
|
import {CenteredView} from 'view/com/util/Views'
|
||||||
import {usePalette} from 'lib/hooks/usePalette'
|
import {usePalette} from 'lib/hooks/usePalette'
|
||||||
import {s} from 'lib/styles'
|
import {s} from 'lib/styles'
|
||||||
|
import {HELP_DESK_URL} from 'lib/constants'
|
||||||
|
|
||||||
type Props = NativeStackScreenProps<CommonNavigatorParams, 'Support'>
|
type Props = NativeStackScreenProps<CommonNavigatorParams, 'Support'>
|
||||||
export const SupportScreen = (_props: Props) => {
|
export const SupportScreen = (_props: Props) => {
|
||||||
|
@ -29,14 +30,13 @@ export const SupportScreen = (_props: Props) => {
|
||||||
Support
|
Support
|
||||||
</Text>
|
</Text>
|
||||||
<Text style={[pal.text, s.p20]}>
|
<Text style={[pal.text, s.p20]}>
|
||||||
If you need help, email us at{' '}
|
The support form has been moved. If you need help, please
|
||||||
<TextLink
|
<TextLink
|
||||||
href="mailto:support@bsky.app"
|
href={HELP_DESK_URL}
|
||||||
text="support@bsky.app"
|
text=" click here"
|
||||||
style={pal.link}
|
style={pal.link}
|
||||||
/>{' '}
|
/>{' '}
|
||||||
with a description of your issue and information about how we can help
|
or visit {HELP_DESK_URL} to get in touch with us.
|
||||||
you.
|
|
||||||
</Text>
|
</Text>
|
||||||
</CenteredView>
|
</CenteredView>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue