Add button to get to MyGroups (view_my_groups or path #/groups)
This commit is contained in:
parent
19e4e245c2
commit
929c8627d3
2 changed files with 40 additions and 1 deletions
|
@ -102,7 +102,7 @@ export default withMatrixClient(React.createClass({
|
|||
}
|
||||
|
||||
return <div className="mx_MyGroups">
|
||||
<SimpleRoomHeader title={ _t("Groups") } />
|
||||
<SimpleRoomHeader title={ _t("Groups") } icon="img/icons-groups.svg" />
|
||||
<div className='mx_MyGroups_joinCreateBox'>
|
||||
<div className="mx_MyGroups_createBox">
|
||||
<div className="mx_MyGroups_joinCreateHeader">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue