Update labels for avatar
This commit is contained in:
parent
211fce47ce
commit
2a5ac1a6de
3 changed files with 7 additions and 5 deletions
|
@ -65,7 +65,9 @@ export const ViewHeader = observer(function ({
|
|||
style={canGoBack ? styles.backBtn : styles.backBtnWide}
|
||||
accessibilityRole="button"
|
||||
accessibilityLabel={canGoBack ? 'Back' : 'Menu'}
|
||||
accessibilityHint="">
|
||||
accessibilityHint={
|
||||
canGoBack ? '' : 'Access navigation links and settings'
|
||||
}>
|
||||
{canGoBack ? (
|
||||
<FontAwesomeIcon
|
||||
size={18}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue