1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-25 17:02:04 +03:00

Revert "Fix Create Room button"

This reverts commit 9cae667c06.
This commit is contained in:
David Baker
2017-05-16 14:30:02 +01:00
parent f8d1a6d240
commit d06bd3cf9d

View File

@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
const CreateRoomButton = function(props) {
const ActionButton = sdk.getComponent('elements.ActionButton');
return (
<ActionButton action="view_create_room"
<ActionButton action="view_create_chat"
label="Create new room"
iconPath="img/icons-create-room.svg"
size={props.size}