You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-16 06:42:26 +03:00
move aria-label and title so that it doesn't wrap the e2e icon
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
@@ -1444,9 +1444,9 @@ const UserInfoHeader = ({onClose, member, e2eStatus}) => {
|
|||||||
<div className="mx_UserInfo_container mx_UserInfo_separator">
|
<div className="mx_UserInfo_container mx_UserInfo_separator">
|
||||||
<div className="mx_UserInfo_profile">
|
<div className="mx_UserInfo_profile">
|
||||||
<div>
|
<div>
|
||||||
<h2 title={displayName} aria-label={displayName}>
|
<h2>
|
||||||
{ e2eIcon }
|
{ e2eIcon }
|
||||||
<span>
|
<span title={displayName} aria-label={displayName}>
|
||||||
{ displayName }
|
{ displayName }
|
||||||
</span>
|
</span>
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user