mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Improve a11y of default BaseAvatar
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d98ba9b577
commit
4c7014167d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ const BaseAvatar = (props) => {
|
|||
);
|
||||
} else {
|
||||
return (
|
||||
<span className="mx_BaseAvatar" ref={inputRef} {...otherProps}>
|
||||
<span className="mx_BaseAvatar" ref={inputRef} {...otherProps} role="presentation">
|
||||
{ textNode }
|
||||
{ imgNode }
|
||||
</span>
|
||||
|
|
Loading…
Reference in a new issue