mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-16 03:07:04 +02:00
Lint
This commit is contained in:
parent
77418f535e
commit
aaf32ac9a0
@ -108,7 +108,9 @@ const CategoryRoomList = React.createClass({
|
|||||||
render: function() {
|
render: function() {
|
||||||
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
const TintableSvg = sdk.getComponent("elements.TintableSvg");
|
||||||
const addButton = this.props.editing ?
|
const addButton = this.props.editing ?
|
||||||
(<AccessibleButton className="mx_GroupView_featuredThings_addButton" onClick={this.onAddRoomsToSummaryClicked}>
|
(<AccessibleButton className="mx_GroupView_featuredThings_addButton"
|
||||||
|
onClick={this.onAddRoomsToSummaryClicked}
|
||||||
|
>
|
||||||
<TintableSvg src="img/icons-create-room.svg" width="64" height="64" />
|
<TintableSvg src="img/icons-create-room.svg" width="64" height="64" />
|
||||||
<div className="mx_GroupView_featuredThings_addButton_label">
|
<div className="mx_GroupView_featuredThings_addButton_label">
|
||||||
{ _t('Add a Room') }
|
{ _t('Add a Room') }
|
||||||
|
Loading…
Reference in New Issue
Block a user