From 8faa4016de24df105fb81963b4946ba3109b828c Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Wed, 2 Feb 2022 12:53:58 -0800 Subject: [PATCH] Update ViewConvo.tsx --- packages/web/components/MainTabsOrPages/ViewConvo.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/web/components/MainTabsOrPages/ViewConvo.tsx b/packages/web/components/MainTabsOrPages/ViewConvo.tsx index 8e29f46..b7818bf 100644 --- a/packages/web/components/MainTabsOrPages/ViewConvo.tsx +++ b/packages/web/components/MainTabsOrPages/ViewConvo.tsx @@ -2,6 +2,7 @@ import { LinkType } from "@nirvana/common/models/link"; import { UserStatus } from "@nirvana/common/models/user"; import { Tooltip } from "antd"; import { duration } from "moment"; +import toast from "react-hot-toast"; import { FaCheck, FaEdit, @@ -175,8 +176,9 @@ export default function ViewConvo(props: { conversationId: string }) { } return ( toast(`${audClip.senderName} speaking...`)} key={index} - className={`flex flex-row items-center p-5 rounded h-[5rem] shadow shrink-0 + className={`hover:cursor-pointer flex flex-row items-center p-5 rounded h-[5rem] shadow shrink-0 last:animate-pulse last:bg-orange-200 ${index % 2 == 1 && "translate-y-20"} ${ index % 2 == 0 && "" } ${