mirror of
https://litchi.icu/ngc2207/judge.git
synced 2025-05-18 13:07:28 +00:00
feat(chat): update chat header title for improved clarity
This commit is contained in:
parent
eed90a9fe4
commit
3299507285
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user