change chat card title

This commit is contained in:
legop3
2026-05-27 22:44:56 -04:00
parent 796613876b
commit 48b87b1127
4 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function ChatPanel({
hideSpectatorNotice = false,
fillHeight = false,
allowSpectatorInput = false,
title = 'Chat',
title = 'Chat and TTS',
nicknameLayout = 'inline',
}) {
const role = useSessionSelector((state) => state.session?.role || null);