mirror of https://github.com/buster-so/buster.git
change title size 🐁
This commit is contained in:
parent
4f6fa5e7aa
commit
861d9b7a7c
|
@ -31,6 +31,7 @@ export const ChatHeaderTitle: React.FC<{
|
||||||
className="flex w-full items-center overflow-hidden">
|
className="flex w-full items-center overflow-hidden">
|
||||||
<EditableTitle
|
<EditableTitle
|
||||||
className="w-full"
|
className="w-full"
|
||||||
|
level={5}
|
||||||
id={CHAT_HEADER_TITLE_ID}
|
id={CHAT_HEADER_TITLE_ID}
|
||||||
onChange={(value) =>
|
onChange={(value) =>
|
||||||
value && value !== chatTitle && updateChat({ id: chatId, title: value })
|
value && value !== chatTitle && updateChat({ id: chatId, title: value })
|
||||||
|
|
Loading…
Reference in New Issue