Copy
parent
11ecea22d4
commit
2ee68e4f4d
|
@ -440,24 +440,14 @@ export function TenMillion() {
|
||||||
fontWeight: '900',
|
fontWeight: '900',
|
||||||
},
|
},
|
||||||
]}>
|
]}>
|
||||||
You're part of the next wave of the internet.
|
Thanks for being an early part of Bluesky.
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Text style={[a.leading_snug, a.text_lg, a.pb_md]}>
|
<Text style={[a.leading_snug, a.text_lg, a.pb_xl]}>
|
||||||
<Trans>
|
<Trans>
|
||||||
Online culture is too important to be controlled by a few
|
We're rebuilding the social internet together. Congratulations,
|
||||||
corporations.
|
we're glad you're here.
|
||||||
</Trans>{' '}
|
</Trans>{' '}
|
||||||
<Text style={[a.leading_snug, a.text_lg, a.italic]}>
|
|
||||||
<Trans>
|
|
||||||
We’re dedicated to building an open foundation for the social
|
|
||||||
internet so that we can all shape its future.
|
|
||||||
</Trans>
|
|
||||||
</Text>
|
|
||||||
</Text>
|
|
||||||
|
|
||||||
<Text style={[a.leading_snug, a.text_lg, a.font_bold, a.pb_xl]}>
|
|
||||||
<Trans>Congratulations. We're glad you're here.</Trans>
|
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Divider />
|
<Divider />
|
||||||
|
@ -471,7 +461,7 @@ export function TenMillion() {
|
||||||
a.pt_xl,
|
a.pt_xl,
|
||||||
]}>
|
]}>
|
||||||
<Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}>
|
<Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}>
|
||||||
Brag a little ;)
|
Brag a little!
|
||||||
</Text>
|
</Text>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
@ -495,7 +485,7 @@ export function TenMillion() {
|
||||||
variant="solid"
|
variant="solid"
|
||||||
color="primary"
|
color="primary"
|
||||||
onPress={sharePost}>
|
onPress={sharePost}>
|
||||||
<ButtonText>{_(msg`Share post`)}</ButtonText>
|
<ButtonText>{_(msg`Share`)}</ButtonText>
|
||||||
<ButtonIcon position="right" icon={ImageIcon} />
|
<ButtonIcon position="right" icon={ImageIcon} />
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
|
|
Loading…
Reference in New Issue