feat: move up of empty chat

This commit is contained in:
litongjava 2025-02-03 14:35:02 -10:00
parent c8a75efa27
commit 15f64a0ef0

View file

@ -40,8 +40,8 @@ const EmptyChat = ({
onClick={() => setIsSettingsOpen(true)} onClick={() => setIsSettingsOpen(true)}
/> />
</div> </div>
<div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8"> <div className="flex flex-col items-center max-w-screen-sm mx-auto p-2 pt-16 mt-16 space-y-8">
<h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8"> <h2 className="text-black/70 dark:text-white/70 text-5xl font-medium -mt-8">
Research begins here. Research begins here.
</h2> </h2>
<EmptyChatMessageInput <EmptyChatMessageInput