UI changes

This commit is contained in:
Thomas Li 2025-03-20 18:47:21 -04:00
parent 74f7eaed6e
commit 5a20532fbf
6 changed files with 46 additions and 49 deletions

View file

@ -36,7 +36,7 @@ const EmptyChat = ({
</div>
<div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
<h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
Research begins here.
User Research starts here.
</h2>
<EmptyChatMessageInput
sendMessage={sendMessage}