Give warning icon better alt
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user