diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx index 5ef7c5954d..888c05271e 100644 --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -677,33 +677,29 @@ function BackdatedPostIndicator({post}: {post: AppBskyFeedDefs.PostView}) { - - Archived post - - - - This post claims to have been created on{' '} - - {niceDate(i18n, createdAt)} - - , but was first seen by Bluesky on{' '} - - {niceDate(i18n, indexedAt)} - - . - - - - - Bluesky cannot confirm the authenticity of the claimed date. - - + + + Archived post + + + + This post claims to have been created on{' '} + + {niceDate(i18n, createdAt)} + + , but was first seen by Bluesky on{' '} + + {niceDate(i18n, indexedAt)} + + . + + + + + Bluesky cannot confirm the authenticity of the claimed date. + + + {}} /> diff --git a/src/screens/Settings/components/DeactivateAccountDialog.tsx b/src/screens/Settings/components/DeactivateAccountDialog.tsx index 4570062ce9..3a4e173ab7 100644 --- a/src/screens/Settings/components/DeactivateAccountDialog.tsx +++ b/src/screens/Settings/components/DeactivateAccountDialog.tsx @@ -5,7 +5,7 @@ import {useLingui} from '@lingui/react' import {logger} from '#/logger' import {useAgent, useSessionApi} from '#/state/session' -import {atoms as a, useBreakpoints, useTheme} from '#/alf' +import {atoms as a, useTheme} from '#/alf' import {Button, ButtonIcon, ButtonText} from '#/components/Button' import {type DialogOuterProps} from '#/components/Dialog' import {Divider} from '#/components/Divider' @@ -32,7 +32,6 @@ function DeactivateAccountDialogInner({ control: DialogOuterProps['control'] }) { const t = useTheme() - const {gtMobile} = useBreakpoints() const {_} = useLingui() const agent = useAgent() const {logoutCurrentAccount} = useSessionApi() @@ -100,9 +99,8 @@ function DeactivateAccountDialogInner({