From bad25301213981211519fad30594d4541bc1d8c5 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sat, 15 Jan 2022 22:32:28 -0800 Subject: [PATCH] adding easier muting for people who don't get the idea of muting and unmuting --- components/Dashboard/Header.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/components/Dashboard/Header.tsx b/components/Dashboard/Header.tsx index 25539d9..43dc302 100644 --- a/components/Dashboard/Header.tsx +++ b/components/Dashboard/Header.tsx @@ -173,6 +173,13 @@ export default function Header() { const audioInputDropMenu = ( + + + + + + + {/* device */} {inputDevices.map((device, i) => { return ( + + + + + + + {/* devices */} {outputDevices.map((device, i) => { return (