Update index.tsx
This commit is contained in:
parent
c94e5f81a0
commit
cb4092c959
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue