change end meeting icon in leave-button dropdown from icon-bbb-application to icon-bbb-close
This commit is contained in:
parent
08115a93a6
commit
283a029e6c
@ -107,7 +107,7 @@ class LeaveMeetingButton extends PureComponent {
|
||||
this.menuItems.push(
|
||||
{
|
||||
key: 'list-item-end-meeting',
|
||||
icon: 'application',
|
||||
icon: 'close',
|
||||
label: intl.formatMessage(intlMessages.endMeetingLabel),
|
||||
description: intl.formatMessage(intlMessages.endMeetingDesc),
|
||||
customStyles,
|
||||
|
Loading…
Reference in New Issue
Block a user