mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-03 12:51:04 +02:00
Revert "Fix Create Room button"
This reverts commit 9cae667c063e67b32e60b89e7256d714a056559b.
This commit is contained in:
parent
f8d1a6d240
commit
d06bd3cf9d
@ -21,7 +21,7 @@ import PropTypes from 'prop-types';
|
|||||||
const CreateRoomButton = function(props) {
|
const CreateRoomButton = function(props) {
|
||||||
const ActionButton = sdk.getComponent('elements.ActionButton');
|
const ActionButton = sdk.getComponent('elements.ActionButton');
|
||||||
return (
|
return (
|
||||||
<ActionButton action="view_create_room"
|
<ActionButton action="view_create_chat"
|
||||||
label="Create new room"
|
label="Create new room"
|
||||||
iconPath="img/icons-create-room.svg"
|
iconPath="img/icons-create-room.svg"
|
||||||
size={props.size}
|
size={props.size}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user