From 873ba16d2d7c551d0805c7819839938ef45dbee1 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Mon, 21 Apr 2025 14:58:15 -0500 Subject: Use normal spaces around check (#8252) --- src/components/verification/VerifierDialog.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/components/verification/VerifierDialog.tsx') 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({ - Accounts with a scalloped blue check mark + Accounts with a scalloped blue check mark{' '} - {NON_BREAKING_SPACE} - {NON_BREAKING_SPACE} - + {' '} can verify others. These trusted verifiers are selected by Bluesky. -- cgit 1.4.1