From 247618a74b8512e2991fd937d4897e1809a85e69 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Sun, 16 Jan 2022 02:15:15 -0800 Subject: [PATCH] cleaning up ui/ux --- components/Dashboard/TeamVoiceLine.tsx | 41 +++++++++++++------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/components/Dashboard/TeamVoiceLine.tsx b/components/Dashboard/TeamVoiceLine.tsx index 290df0f..9469413 100644 --- a/components/Dashboard/TeamVoiceLine.tsx +++ b/components/Dashboard/TeamVoiceLine.tsx @@ -1,5 +1,5 @@ import { useRouter } from "next/router"; -import { FaPlus, FaExternalLinkAlt, FaLink } from "react-icons/fa"; +import { FaPlus, FaExternalLinkAlt, FaLink, FaBackward } from "react-icons/fa"; import { IoPulseOutline, IoRemoveOutline, IoTimer } from "react-icons/io5"; import { MdScreenShare } from "react-icons/md"; import { BsThreeDots } from "react-icons/bs"; @@ -179,25 +179,13 @@ export default function TeamVoiceLine() { {tmember.id == audioContext.selectedTeammate ? ( <> - - - - - - - - {audioContext.isRecording ? ( - ) : ( - )} @@ -228,12 +216,23 @@ export default function TeamVoiceLine() { TEAM - + + + + + + + {/* list of team members */} {renderTeamMemberList()}