Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Copy

+6 -16
+6 -16
src/components/dialogs/nudges/TenMillion/index.tsx
··· 440 440 fontWeight: '900', 441 441 }, 442 442 ]}> 443 - You're part of the next wave of the internet. 443 + Thanks for being an early part of Bluesky. 444 444 </Text> 445 445 446 - <Text style={[a.leading_snug, a.text_lg, a.pb_md]}> 446 + <Text style={[a.leading_snug, a.text_lg, a.pb_xl]}> 447 447 <Trans> 448 - Online culture is too important to be controlled by a few 449 - corporations. 448 + We're rebuilding the social internet together. Congratulations, 449 + we're glad you're here. 450 450 </Trans>{' '} 451 - <Text style={[a.leading_snug, a.text_lg, a.italic]}> 452 - <Trans> 453 - We’re dedicated to building an open foundation for the social 454 - internet so that we can all shape its future. 455 - </Trans> 456 - </Text> 457 - </Text> 458 - 459 - <Text style={[a.leading_snug, a.text_lg, a.font_bold, a.pb_xl]}> 460 - <Trans>Congratulations. We're glad you're here.</Trans> 461 451 </Text> 462 452 463 453 <Divider /> ··· 471 461 a.pt_xl, 472 462 ]}> 473 463 <Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}> 474 - Brag a little ;) 464 + Brag a little! 475 465 </Text> 476 466 477 467 <Button ··· 495 485 variant="solid" 496 486 color="primary" 497 487 onPress={sharePost}> 498 - <ButtonText>{_(msg`Share post`)}</ButtonText> 488 + <ButtonText>{_(msg`Share`)}</ButtonText> 499 489 <ButtonIcon position="right" icon={ImageIcon} /> 500 490 </Button> 501 491 </View>