1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-13 23:41:50 +03:00

title attr

This commit is contained in:
Matthew Hodgson
2016-01-24 02:01:45 +00:00
parent f15564074c
commit 3da76192a1

View File

@ -1648,7 +1648,7 @@ module.exports = React.createClass({
else if (!this.state.atBottom) {
statusBar = (
<div className="mx_RoomView_scrollToBottomBar" onClick={ this.scrollToBottom }>
<img src="img/scrolldown.svg" width="24" height="24" alt="Scroll to bottom of page"/>
<img src="img/scrolldown.svg" width="24" height="24" alt="Scroll to bottom of page" title="Scroll to bottom of page"/>
</div>
);
}