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) => (
-
+