From d01db97cd33ee6450533c23f4f75dd08b4cef539 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 11 May 2023 00:00:17 -0300 Subject: [PATCH] Changed Chat modal to work with dark mode --- src/frontend/src/modals/chatModal/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/frontend/src/modals/chatModal/index.tsx b/src/frontend/src/modals/chatModal/index.tsx index dd82ae313..4851beed3 100644 --- a/src/frontend/src/modals/chatModal/index.tsx +++ b/src/frontend/src/modals/chatModal/index.tsx @@ -181,7 +181,7 @@ export default function ChatModal({ } } catch (error) { setErrorData({ - title: "There was an erro sending the message", + title: "There was an error sending the message", list: [error.message], }); setChatValue(data.message); @@ -325,7 +325,7 @@ export default function ChatModal({
@@ -337,12 +337,12 @@ export default function ChatModal({
👋{" "} - + LangFlow Chat
-
+
Start a conversation and click the agent’s thoughts{" "}