diff options
| author | Dhravya Shah <[email protected]> | 2024-07-19 18:01:58 -0500 |
|---|---|---|
| committer | Dhravya Shah <[email protected]> | 2024-07-19 18:01:58 -0500 |
| commit | 31b0c0ce37f7f8ef880b74097c91e56508d79a4e (patch) | |
| tree | 3fbec652e15c9a35a334da87fbfe40fd26ec951f | |
| parent | Merge pull request #118 from MaheshtheDev/extension/space-fetch-issue (diff) | |
| download | supermemory-31b0c0ce37f7f8ef880b74097c91e56508d79a4e.tar.xz supermemory-31b0c0ce37f7f8ef880b74097c91e56508d79a4e.zip | |
change summary to answer
| -rw-r--r-- | apps/web/app/(dash)/chat/chatWindow.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/app/(dash)/chat/chatWindow.tsx b/apps/web/app/(dash)/chat/chatWindow.tsx index 3bc9fec6..c2199191 100644 --- a/apps/web/app/(dash)/chat/chatWindow.tsx +++ b/apps/web/app/(dash)/chat/chatWindow.tsx @@ -290,7 +290,7 @@ function ChatWindow({ {/* Summary */} <div> - <div className="text-foreground-menu py-2">Summary</div> + <div className="text-foreground-menu py-2">Answer</div> <div className="text-base"> {/* Loading state */} {(chat.answer.parts.length === 0 || |