Add fullscreen button (not wired up to anything)

This commit is contained in:
David Baker 2015-10-20 10:48:08 +01:00
parent f882ecc31b
commit 078134d481

View File

@ -85,6 +85,9 @@ module.exports = React.createClass({
"Unmute" : "Mute") + " audio" "Unmute" : "Mute") + " audio"
} }
</div> </div>
<div className="mx_RoomHeader_textButton" onClick={this.onFullscreenClick}>
Fullscreen
</div>
</div> </div>
); );
} }