mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
UX: Icon: Remove unwanted aria label (#17903)
This commit is contained in:
parent
5561987fed
commit
eb380f92ef
@ -370,11 +370,7 @@ export default class AccountMenu extends Component {
|
|||||||
history.push(NEW_ACCOUNT_ROUTE);
|
history.push(NEW_ACCOUNT_ROUTE);
|
||||||
}}
|
}}
|
||||||
icon={
|
icon={
|
||||||
<Icon
|
<Icon name={ICON_NAMES.ADD} color={IconColor.iconAlternative} />
|
||||||
name={ICON_NAMES.ADD}
|
|
||||||
color={IconColor.iconAlternative}
|
|
||||||
ariaLabel={t('createAccount')}
|
|
||||||
/>
|
|
||||||
}
|
}
|
||||||
text={t('createAccount')}
|
text={t('createAccount')}
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user