1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

UX: Icon: Remove unwanted aria label (#17903)

This commit is contained in:
David Walsh 2023-02-27 10:43:06 -06:00 committed by GitHub
parent 5561987fed
commit eb380f92ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -370,11 +370,7 @@ export default class AccountMenu extends Component {
history.push(NEW_ACCOUNT_ROUTE);
}}
icon={
<Icon
name={ICON_NAMES.ADD}
color={IconColor.iconAlternative}
ariaLabel={t('createAccount')}
/>
<Icon name={ICON_NAMES.ADD} color={IconColor.iconAlternative} />
}
text={t('createAccount')}
/>