20 lines
602 B
Diff
20 lines
602 B
Diff
diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx
|
|
index d9185d778..504f521a4 100644
|
|
--- a/src/view/com/auth/SplashScreen.web.tsx
|
|
+++ b/src/view/com/auth/SplashScreen.web.tsx
|
|
@@ -94,14 +94,6 @@ export const SplashScreen = ({
|
|
</View>
|
|
)}
|
|
|
|
- <Text
|
|
- style={[
|
|
- a.text_md,
|
|
- a.font_semi_bold,
|
|
- t.atoms.text_contrast_medium,
|
|
- ]}>
|
|
- <Trans>What's up?</Trans>
|
|
- </Text>
|
|
</View>
|
|
|
|
<View
|