mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-22 10:17:48 +00:00
feat(icons) add new moderator icon
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
2aa770e532
commit
dec58afe46
@@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
|
||||
import { openDialog } from '../../base/dialog';
|
||||
import { IconCrown } from '../../base/icons';
|
||||
import { IconModerator } from '../../base/icons';
|
||||
import {
|
||||
PARTICIPANT_ROLE,
|
||||
getLocalParticipant,
|
||||
@@ -35,7 +35,7 @@ export type Props = AbstractButtonProps & {
|
||||
*/
|
||||
export default class AbstractGrantModeratorButton extends AbstractButton<Props, *> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.grantModerator';
|
||||
icon = IconCrown;
|
||||
icon = IconModerator;
|
||||
label = 'videothumbnail.grantModerator';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user