mirror of https://github.com/vector-im/riot-web
parent
f8d1a6d240
commit
d06bd3cf9d
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue