diff --git a/platforms/blabsy/src/components/chat/chat-window.tsx b/platforms/blabsy/src/components/chat/chat-window.tsx index 40084a02..5d5162b2 100644 --- a/platforms/blabsy/src/components/chat/chat-window.tsx +++ b/platforms/blabsy/src/components/chat/chat-window.tsx @@ -206,7 +206,7 @@ export function ChatWindow(): JSX.Element {
{currentChat ? ( <> -
+
{otherUser?.photoURL ? ( @@ -263,7 +263,7 @@ export function ChatWindow(): JSX.Element {
)}
-
+
{isLoading ? (
diff --git a/platforms/blabsy/src/components/chat/chat.tsx b/platforms/blabsy/src/components/chat/chat.tsx index a44b2ce2..5d690d3b 100644 --- a/platforms/blabsy/src/components/chat/chat.tsx +++ b/platforms/blabsy/src/components/chat/chat.tsx @@ -3,12 +3,12 @@ import { ChatWindow } from './chat-window'; export function Chat(): JSX.Element { return ( -
+
-
+
-
+