ai/at
1
0
Files
at/ios/patching/010-social-app-ios-remove-contact-support.patch
2025-12-07 14:46:00 +09:00

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>