Readd the group icon on home page (#8145)
Fixes https://github.com/vector-im/element-web/issues/21551 - Replace `community` with `group` Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
parent
981b44cb0d
commit
56569dbb63
4 changed files with 7 additions and 2 deletions
|
@ -60,7 +60,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_JoinRuleDropdown_restricted::before {
|
||||
mask-image: url('$(res)/img/element-icons/community-members.svg');
|
||||
mask-image: url('$(res)/img/element-icons/group-members.svg');
|
||||
mask-size: contain;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue