19 lines
858 B
Diff
19 lines
858 B
Diff
diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx
|
|
index 451a3780f..a2818a514 100644
|
|
--- a/src/screens/Signup/index.tsx
|
|
+++ b/src/screens/Signup/index.tsx
|
|
@@ -217,14 +217,6 @@ export function Signup({onPressBack}: {onPressBack: () => void}) {
|
|
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>
|