change title size 🐁

This commit is contained in:
Nate Kelley 2025-04-10 14:32:34 -06:00
parent 4f6fa5e7aa
commit 861d9b7a7c
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ export const ChatHeaderTitle: React.FC<{
className="flex w-full items-center overflow-hidden">
<EditableTitle
className="w-full"
level={5}
id={CHAT_HEADER_TITLE_ID}
onChange={(value) =>
value && value !== chatTitle && updateChat({ id: chatId, title: value })