From 9ec9638d9ce13942a39fa6792cb63b2aa49597fb Mon Sep 17 00:00:00 2001 From: SeniorDev Date: Mon, 7 Oct 2024 11:31:47 -0400 Subject: [PATCH 1/6] I complete desktop UI. --- components/Chat/Chat.tsx | 4 ++-- components/Chat/ChatInput.tsx | 4 ++-- components/Chat/Messages.tsx | 2 +- components/Chat/SubmitButton.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index e73d9c4da..502fe53b7 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -7,10 +7,10 @@ const Chat = () => { return (

- {`How is Luh Tyler's 3D Game Performing?`} + What can I help you ship?

diff --git a/components/Chat/ChatInput.tsx b/components/Chat/ChatInput.tsx index 13b24a2f6..2fa9a3836 100644 --- a/components/Chat/ChatInput.tsx +++ b/components/Chat/ChatInput.tsx @@ -16,13 +16,13 @@ const ChatInput: React.FC = () => {
-
+