ai/at
1
0

fix patch cmd

This commit is contained in:
2025-12-07 14:23:14 +09:00
parent 5b2255b3f6
commit 22793b5a8a
13 changed files with 224 additions and 2223 deletions

View File

@@ -1,17 +1,11 @@
diff --git a/src/screens/Signup/index.tsx b/src/screens/Signup/index.tsx
index aa6cd4156..37c7a38b0 100644
index 451a3780f..a2818a514 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,
- ]}>
@@ -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`)}
@@ -19,7 +13,6 @@ index aa6cd4156..37c7a38b0 100644
- style={[!gtMobile && a.text_md]}>
- <Trans>Contact support</Trans>
- </InlineLinkText>
- </Text>
</Text>
</View>
</View>
</ScreenTransition>