diff options
author | Eric Bailey <git@esb.lol> | 2024-09-11 21:47:25 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-11 21:47:25 -0500 |
commit | 6e78ce53d74e79e2349ab357c7270e30742d33a5 (patch) | |
tree | 4a236899ee901702e458dd0d9033a2b0b2bd706e /src/components/dialogs/nuxs/TenMillion/index.tsx | |
parent | c8b133863df5c6b417562f71f8a3c6feef280139 (diff) | |
download | voidsky-6e78ce53d74e79e2349ab357c7270e30742d33a5.tar.zst |
Dev helpers, string cleanup
Diffstat (limited to 'src/components/dialogs/nuxs/TenMillion/index.tsx')
-rw-r--r-- | src/components/dialogs/nuxs/TenMillion/index.tsx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx index d96456d47..5da295ab6 100644 --- a/src/components/dialogs/nuxs/TenMillion/index.tsx +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -430,7 +430,6 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { style={[ a.text_sm, a.font_semibold, - , a.leading_tight, lightTheme.atoms.text_contrast_low, ]}> @@ -533,13 +532,13 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { fontWeight: '900', }, ]}> - Thanks for being an early part of Bluesky. + <Trans>You're part of the next wave of the internet.</Trans> </Text> <Text style={[a.leading_snug, a.text_lg, a.pb_xl]}> <Trans> - We're rebuilding the social internet together. Congratulations, - we're glad you're here. + Thanks for being part of our first 10 million users. We're glad + you're here. </Trans>{' '} </Text> @@ -554,7 +553,7 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { a.pt_xl, ]}> <Text style={[a.text_md, a.italic, t.atoms.text_contrast_medium]}> - Brag a little! + <Trans>Brag a little!</Trans> </Text> <Button |