From 6fb48f606f378689e83b2220f2ce76bb05a357ed Mon Sep 17 00:00:00 2001 From: Christbru Date: Sun, 19 Oct 2025 11:38:20 -0500 Subject: [PATCH] Pushing --- web-app/src/components/ui/chat/chat-header.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {