tangled
alpha
login
or
join now
jeanmachine.dev
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
removed pds badge from settings page.
jeanmachine.dev
3 weeks ago
13231624
720e8797
-2
1 changed file
expand all
collapse all
unified
split
src
screens
Settings
Settings.tsx
-2
src/screens/Settings/Settings.tsx
···
62
62
import * as Layout from '#/components/Layout'
63
63
import {Loader} from '#/components/Loader'
64
64
import * as Menu from '#/components/Menu'
65
65
-
import {PdsBadge} from '#/components/PdsBadge'
66
65
import {ID as PolicyUpdate202508} from '#/components/PolicyUpdateOverlay/updates/202508/config'
67
66
import * as Prompt from '#/components/Prompt'
68
67
import {Text} from '#/components/Typography'
···
380
379
a.align_center,
381
380
{marginTop: platform({web: 8, ios: 8, android: 10})},
382
381
]}>
383
383
-
<PdsBadge did={shadow.did} size="lg" />
384
382
{shouldShowVerificationCheckButton(verificationState) && (
385
383
<VerificationCheckButton profile={shadow} size="lg" />
386
384
)}