diff options
author | Eric Bailey <git@esb.lol> | 2025-04-21 14:58:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-21 14:58:15 -0500 |
commit | 873ba16d2d7c551d0805c7819839938ef45dbee1 (patch) | |
tree | 6196adf326d0a84fb7159a871bbe0690d9d9c1b1 /src/components/verification/VerifierDialog.tsx | |
parent | d5dc065a839f1498c6096e6e1ac6badb4059e775 (diff) | |
download | voidsky-873ba16d2d7c551d0805c7819839938ef45dbee1.tar.zst |
Use normal spaces around check (#8252)
Diffstat (limited to 'src/components/verification/VerifierDialog.tsx')
-rw-r--r-- | src/components/verification/VerifierDialog.tsx | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/components/verification/VerifierDialog.tsx b/src/components/verification/VerifierDialog.tsx index 23cc4724d..c38ac20b5 100644 --- a/src/components/verification/VerifierDialog.tsx +++ b/src/components/verification/VerifierDialog.tsx @@ -5,7 +5,6 @@ import {useLingui} from '@lingui/react' import {urls} from '#/lib/constants' import {getUserDisplayName} from '#/lib/getUserDisplayName' -import {NON_BREAKING_SPACE} from '#/lib/strings/constants' import {logger} from '#/logger' import {useSession} from '#/state/session' import {atoms as a, useBreakpoints, useTheme} from '#/alf' @@ -95,12 +94,10 @@ function Inner({ </Text> <Text style={[a.text_md, a.leading_snug]}> <Trans> - Accounts with a scalloped blue check mark + Accounts with a scalloped blue check mark{' '} <RNText> - {NON_BREAKING_SPACE} <VerifierCheck width={14} /> - {NON_BREAKING_SPACE} - </RNText> + </RNText>{' '} can verify others. These trusted verifiers are selected by Bluesky. </Trans> |