diff --git a/src/components/dialogs/nuxs/TenMillion/index.tsx b/src/components/dialogs/nuxs/TenMillion/index.tsx index db5e19da7f..786c635c1d 100644 --- a/src/components/dialogs/nuxs/TenMillion/index.tsx +++ b/src/components/dialogs/nuxs/TenMillion/index.tsx @@ -424,13 +424,15 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { moderation.ui('displayName'), )} - + {sanitizeHandle(profile.handle, '@')} @@ -438,16 +440,22 @@ export function TenMillionInner({userNumber}: {userNumber: number}) { {profile.createdAt && ( Joined{' '} {i18n.date(profile.createdAt, { - dateStyle: 'long', + month: 'short', + day: 'numeric', + year: 'numeric', })}