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 (