mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 17:57:49 +00:00
ref(design) Update icons (#12489)
Remove unused icons Remove fill none from icons Rename some icons
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { openSheet } from '../../../base/dialog';
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconInfo } from '../../../base/icons';
|
||||
import { IconInfoCircle } from '../../../base/icons';
|
||||
import { connect } from '../../../base/redux';
|
||||
import { AbstractButton, type AbstractButtonProps } from '../../../base/toolbox/components';
|
||||
|
||||
@@ -28,7 +28,7 @@ export type Props = AbstractButtonProps & {
|
||||
* A remote video menu button which shows the connection statistics.
|
||||
*/
|
||||
class ConnectionStatusButton extends AbstractButton<Props, *> {
|
||||
icon = IconInfo;
|
||||
icon = IconInfoCircle;
|
||||
label = 'videothumbnail.connectionInfo';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user