diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 484eefa..d06d402 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -151,12 +151,7 @@ export default function App() { return (
-
-
+
{thread.messages.length === 0 ? ( )} -
); diff --git a/frontend/src/components/ChatMessagesView.tsx b/frontend/src/components/ChatMessagesView.tsx index cc0e2b0..1a245d8 100644 --- a/frontend/src/components/ChatMessagesView.tsx +++ b/frontend/src/components/ChatMessagesView.tsx @@ -253,9 +253,9 @@ export function ChatMessagesView({ } }; return ( -
- -
+
+ +
{messages.map((message, index) => { const isLast = index === messages.length - 1; return ( diff --git a/frontend/src/components/WelcomeScreen.tsx b/frontend/src/components/WelcomeScreen.tsx index 8c0a2fa..b1015aa 100644 --- a/frontend/src/components/WelcomeScreen.tsx +++ b/frontend/src/components/WelcomeScreen.tsx @@ -15,7 +15,7 @@ export const WelcomeScreen: React.FC = ({ onCancel, isLoading, }) => ( -
+

Welcome.