26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx
|
|
index aa6cd4156..37c7a38b0 100644
|
|
--- a/src/screens/Signup/index.tsx
|
|
+++ b/src/screens/Signup/index.tsx
|
|
@@ -211,20 +211,6 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
|
|
a.align_center,
|
|
]}>
|
|
<AppLanguageDropdown />
|
|
- <Text
|
|
- style={[
|
|
- a.flex_1,
|
|
- t.atoms.text_contrast_medium,
|
|
- !gtMobile && a.text_md,
|
|
- ]}>
|
|
- <Trans>Having trouble?</Trans>{' '}
|
|
- <InlineLinkText
|
|
- label={_(msg`Contact support`)}
|
|
- to={FEEDBACK_FORM_URL({email: state.email})}
|
|
- style={[!gtMobile && a.text_md]}>
|
|
- <Trans>Contact support</Trans>
|
|
- </InlineLinkText>
|
|
- </Text>
|
|
</View>
|
|
</View>
|
|
</ScreenTransition>
|