1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

rename createGroupButton to not be a total misnomer...

This commit is contained in:
Matthew Hodgson
2018-04-09 23:02:59 +01:00
parent 2d8880ec5f
commit 0ff2837d7f

View File

@@ -148,7 +148,7 @@ const TagPanel = React.createClass({
</Droppable>
</GeminiScrollbarWrapper>
<div className="mx_TagPanel_divider" />
<div className="mx_TagPanel_createGroupButton">
<div className="mx_TagPanel_groupsButton">
<GroupsButton tooltip={true} />
</div>
</div>;