Add toggle text
This commit is contained in:
parent
16734ae0f9
commit
5581ecde5a
1 changed files with 5 additions and 1 deletions
|
@ -203,7 +203,11 @@ function MicControl() {
|
|||
<FaMicrophone className="mx-1" size={28} />
|
||||
Microphone
|
||||
</h2>
|
||||
<FaBars className="toggle mx-0 mt-2 text-muted" size={20} />
|
||||
<FaBars
|
||||
className="toggle mx-0 mt-2 text-muted"
|
||||
title="Toggle Microphone Menu"
|
||||
size={20}
|
||||
/>
|
||||
</div>
|
||||
<div id="mic-control-menu" className="collapse show">
|
||||
{!state.open && (
|
||||
|
|
Loading…
Reference in a new issue