diff --git a/apps/web/src/components/app/ChatPanel/ChatPanel.tsx b/apps/web/src/components/app/ChatPanel/ChatPanel.tsx index 53cf747..2300d76 100644 --- a/apps/web/src/components/app/ChatPanel/ChatPanel.tsx +++ b/apps/web/src/components/app/ChatPanel/ChatPanel.tsx @@ -245,9 +245,19 @@ export default function ChatPanel(props: Props) { }; return ( -
-
-
+
+ {!props.isObsPanel && ( +
+

Live Chat

+
+ )} +
+
{chatMessages.map((msg, i) => (
{!props.isObsPanel && ( -
-
+
+