Add toggle text

This commit is contained in:
Matthew Stratford 2020-10-02 01:29:55 +01:00
parent 16734ae0f9
commit 5581ecde5a

View file

@ -203,7 +203,11 @@ function MicControl() {
<FaMicrophone className="mx-1" size={28} /> <FaMicrophone className="mx-1" size={28} />
Microphone Microphone
</h2> </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>
<div id="mic-control-menu" className="collapse show"> <div id="mic-control-menu" className="collapse show">
{!state.open && ( {!state.open && (