No longer a beta
parent
ff20981288
commit
503e03d91e
|
@ -46,7 +46,7 @@ export const WelcomeBanner = observer(() => {
|
||||||
type="title-lg"
|
type="title-lg"
|
||||||
style={[pal.text, s.textCenter, s.bold, s.pb5]}
|
style={[pal.text, s.textCenter, s.bold, s.pb5]}
|
||||||
lineHeight={1.1}>
|
lineHeight={1.1}>
|
||||||
Welcome to the private beta!
|
Welcome to Bluesky!
|
||||||
</Text>
|
</Text>
|
||||||
{isReady ? (
|
{isReady ? (
|
||||||
<View style={styles.controls}>
|
<View style={styles.controls}>
|
||||||
|
|
|
@ -37,7 +37,6 @@ const SigninOrCreateAccount = ({
|
||||||
<View style={styles.hero}>
|
<View style={styles.hero}>
|
||||||
<View style={styles.heroText}>
|
<View style={styles.heroText}>
|
||||||
<Text style={styles.title}>Bluesky</Text>
|
<Text style={styles.title}>Bluesky</Text>
|
||||||
<Text style={styles.subtitle}>[ private beta ]</Text>
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View testID="signinOrCreateAccount" style={styles.btns}>
|
<View testID="signinOrCreateAccount" style={styles.btns}>
|
||||||
|
|
|
@ -28,7 +28,6 @@ const SigninOrCreateAccount = ({
|
||||||
<View style={styles.hero}>
|
<View style={styles.hero}>
|
||||||
<View style={styles.heroText}>
|
<View style={styles.heroText}>
|
||||||
<Text style={styles.title}>Bluesky</Text>
|
<Text style={styles.title}>Bluesky</Text>
|
||||||
<Text style={styles.subtitle}>[ private beta ]</Text>
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
<View testID="signinOrCreateAccount" style={styles.btns}>
|
<View testID="signinOrCreateAccount" style={styles.btns}>
|
||||||
|
|
Loading…
Reference in New Issue