Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Use normal spaces around check (#8252)

authored by

Eric Bailey and committed by
GitHub
873ba16d d5dc065a

+2 -5
+2 -5
src/components/verification/VerifierDialog.tsx
··· 5 5 6 6 import {urls} from '#/lib/constants' 7 7 import {getUserDisplayName} from '#/lib/getUserDisplayName' 8 - import {NON_BREAKING_SPACE} from '#/lib/strings/constants' 9 8 import {logger} from '#/logger' 10 9 import {useSession} from '#/state/session' 11 10 import {atoms as a, useBreakpoints, useTheme} from '#/alf' ··· 95 94 </Text> 96 95 <Text style={[a.text_md, a.leading_snug]}> 97 96 <Trans> 98 - Accounts with a scalloped blue check mark 97 + Accounts with a scalloped blue check mark{' '} 99 98 <RNText> 100 - {NON_BREAKING_SPACE} 101 99 <VerifierCheck width={14} /> 102 - {NON_BREAKING_SPACE} 103 - </RNText> 100 + </RNText>{' '} 104 101 can verify others. These trusted verifiers are selected by 105 102 Bluesky. 106 103 </Trans>