mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-17 05:55:00 +08:00
Give warning icon better alt
This commit is contained in:
parent
c783f701dd
commit
5766a6e93d
@ -34,7 +34,12 @@ export default React.createClass({
|
|||||||
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
||||||
return (
|
return (
|
||||||
<div className="mx_MatrixToolbar">
|
<div className="mx_MatrixToolbar">
|
||||||
<img className="mx_MatrixToolbar_warning" src="img/warning.svg" width="24" height="23" alt="/!\"/>
|
<img className="mx_MatrixToolbar_warning"
|
||||||
|
src="img/warning.svg"
|
||||||
|
width="24"
|
||||||
|
height="23"
|
||||||
|
alt="Warning"
|
||||||
|
/>
|
||||||
<div className="mx_MatrixToolbar_content">
|
<div className="mx_MatrixToolbar_content">
|
||||||
To be able to return to your account, you need to set a password.
|
To be able to return to your account, you need to set a password.
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user