From fa4e27a164ef2f13fc5adc0cd9303681c35fa8e2 Mon Sep 17 00:00:00 2001 From: Mckay Wrigley Date: Sat, 18 Mar 2023 04:10:35 -0600 Subject: [PATCH] fix minor ui bugs --- components/Chat/Chat.tsx | 2 +- components/Chat/ChatMessage.tsx | 2 +- components/Sidebar/Conversations.tsx | 2 +- components/Sidebar/Sidebar.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/Chat/Chat.tsx b/components/Chat/Chat.tsx index 1a8a97e..317f6d0 100644 --- a/components/Chat/Chat.tsx +++ b/components/Chat/Chat.tsx @@ -27,7 +27,7 @@ export const Chat: FC = ({ model, messages, loading, lightMode, onSend, o return (
-
+
{messages.length === 0 ? ( <>
diff --git a/components/Chat/ChatMessage.tsx b/components/Chat/ChatMessage.tsx index f9948f8..77ba3b7 100644 --- a/components/Chat/ChatMessage.tsx +++ b/components/Chat/ChatMessage.tsx @@ -11,7 +11,7 @@ interface Props { export const ChatMessage: FC = ({ message, lightMode }) => { return (
diff --git a/components/Sidebar/Conversations.tsx b/components/Sidebar/Conversations.tsx index 321ff5b..6dcd4b6 100644 --- a/components/Sidebar/Conversations.tsx +++ b/components/Sidebar/Conversations.tsx @@ -42,7 +42,7 @@ export const Conversations: FC = ({ loading, conversations, selectedConve {conversations.map((conversation, index) => (
-
+