Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
fix 'show rightpanel' button alt text & icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Feb 2, 2017
1 parent e45ac36 commit d567b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/views/rooms/RoomHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ module.exports = React.createClass({
var rightPanel_buttons;
if (this.props.collapsedRhs) {
rightPanel_buttons =
<AccessibleButton className="mx_RoomHeader_button" onClick={this.onShowRhsClick} title="<">
<TintableSvg src="img/minimise.svg" width="10" height="16"/>
<AccessibleButton className="mx_RoomHeader_button" onClick={this.onShowRhsClick} title="Show panel">
<TintableSvg src="img/maximise.svg" width="10" height="16"/>
</AccessibleButton>;
}

Expand Down

0 comments on commit d567b3b

Please sign in to comment.