diff --git a/packages/desktop/src/pages/Home/conversations/index.tsx b/packages/desktop/src/pages/Home/conversations/index.tsx index f849187..e8f1b53 100644 --- a/packages/desktop/src/pages/Home/conversations/index.tsx +++ b/packages/desktop/src/pages/Home/conversations/index.tsx @@ -3,9 +3,10 @@ import { CardGiftcardRounded, ContactsRounded, LinkRounded, - PushPinRounded, } from "@mui/icons-material"; +import { FaVolumeUp } from "react-icons/fa"; + export default function Conversations() { /** Data we need: have this huge data store client side to be able to access * for now, need a simple list of contacts @@ -37,13 +38,17 @@ export default function Conversations() { {/* pinned conversations */} -
- - - - Pinned +
+ + + + Live + + + Mark Conversations as Pinned to Hear Them Live +
);