feat(chat): update chat header title for improved clarity

This commit is contained in:
ngc2207 2025-01-11 01:06:59 +08:00
parent eed90a9fe4
commit 3299507285

View File

@ -25,7 +25,7 @@ export default function Chat() {
return (
<div className="h-full w-full flex flex-col border sm:rounded-lg shadow-md overflow-hidden transition-all duration-200 ease-out">
<ExpandableChatHeader className="flex-col text-center justify-center border-[#3e4452] py-3">
<h1 className="text-xl font-semibold">AI </h1>
<h1 className="text-xl font-semibold"> AI </h1>
</ExpandableChatHeader>
<ExpandableChatBody>
<ChatMessageList>