Skip to content
Snippets Groups Projects
Commit 3d74e3c5 authored by KDSBrowne's avatar KDSBrowne
Browse files

update arrow char so it works with ios and others

parent 956d6074
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@ class AudioModal extends Component {
const showMicrophone = forceListenOnlyAttendee || audioLocked;
const arrow = isRTL ? '🡸' : '🡺';
const arrow = isRTL ? '' : '';
const dialAudioLabel = `${intl.formatMessage(intlMessages.audioDialTitle)} ${arrow}`;
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment