Update index.tsx
parent
c94e5f81a0
commit
cb4092c959
|
@ -695,7 +695,9 @@ export function SettingsScreen({}: Props) {
|
||||||
onPress={isSwitchingAccounts ? undefined : onPressChangeHandle}
|
onPress={isSwitchingAccounts ? undefined : onPressChangeHandle}
|
||||||
accessibilityRole="button"
|
accessibilityRole="button"
|
||||||
accessibilityLabel={_(msg`Change handle`)}
|
accessibilityLabel={_(msg`Change handle`)}
|
||||||
accessibilityHint={_(msg`Opens modal for choosing or creating a new Bluesky username`)}>
|
accessibilityHint={_(
|
||||||
|
msg`Opens modal for choosing or creating a new Bluesky username`,
|
||||||
|
)}>
|
||||||
<View style={[styles.iconContainer, pal.btn]}>
|
<View style={[styles.iconContainer, pal.btn]}>
|
||||||
<FontAwesomeIcon
|
<FontAwesomeIcon
|
||||||
icon="at"
|
icon="at"
|
||||||
|
|
Loading…
Reference in New Issue