Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Change button based on option (#1077)

authored by

William and committed by
GitHub
72561695 f33fdb97

+3 -1
+3 -1
src/view/com/modals/ChangeHandle.tsx
··· 493 493 <ActivityIndicator color="white" /> 494 494 ) : ( 495 495 <Text type="xl-medium" style={[s.white, s.textCenter]}> 496 - {canSave ? `Update to ${handle}` : 'Verify DNS Record'} 496 + {canSave 497 + ? `Update to ${handle}` 498 + : `Verify ${isDNSForm ? 'DNS Record' : 'Text File'}`} 497 499 </Text> 498 500 )} 499 501 </Button>