diff --git a/web-app/src/components/ui/chat/chat-header.jsx b/web-app/src/components/ui/chat/chat-header.jsx index fadf72f..44dd9d2 100644 --- a/web-app/src/components/ui/chat/chat-header.jsx +++ b/web-app/src/components/ui/chat/chat-header.jsx @@ -5,7 +5,7 @@ import DeleteButton from "src/components/ui/button/delete-button"; import FileList from "src/components/ui/file/file-list"; export default function ChatHeader({ - title = "Schematic Spelunker", + title = "Schematic Spelunker", onDeleteAll, }) { const isDebug = useMemo(() => {