From d672190c6ffe607bdd7bc46c43705a6fdf0f3e20 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 25 Sep 2023 10:39:18 -0400 Subject: [PATCH] Swap the microphone and video buttons Per feedback and discussion with design, we should keep them in the order they were previously. --- src/room/InCallView.tsx | 14 +++++++------- src/room/LobbyView.tsx | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/room/InCallView.tsx b/src/room/InCallView.tsx index 707eb5d8..313cc42f 100644 --- a/src/room/InCallView.tsx +++ b/src/room/InCallView.tsx @@ -344,19 +344,19 @@ export function InCallView({ const buttons: JSX.Element[] = []; buttons.push( - , , + ); diff --git a/src/room/LobbyView.tsx b/src/room/LobbyView.tsx index f9601f08..fe8ccd9d 100644 --- a/src/room/LobbyView.tsx +++ b/src/room/LobbyView.tsx @@ -129,16 +129,16 @@ export const LobbyView: FC = ({
{recentsButtonInFooter && recentsButton}
- + {!confineToRoom && }