aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaheshtheDev <[email protected]>2026-01-23 23:02:02 +0000
committerMaheshtheDev <[email protected]>2026-01-23 23:02:02 +0000
commitf35799bfd053100b02889174d7604585a5304c5f (patch)
treec0ef31295aba31eb6c8627781893005cdb78dcb9
parentfeat: chat history and fetching previous chats to chat pane (#698) (diff)
downloadsupermemory-01-23-fix_cf_build.tar.xz
supermemory-01-23-fix_cf_build.zip
fix: cf build (#700)01-23-fix_cf_build
-rw-r--r--apps/web/components/new/chat/index.tsx7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/web/components/new/chat/index.tsx b/apps/web/components/new/chat/index.tsx
index 5d01af56..22a77812 100644
--- a/apps/web/components/new/chat/index.tsx
+++ b/apps/web/components/new/chat/index.tsx
@@ -50,13 +50,6 @@ const DEFAULT_SUGGESTIONS = [
"What are the main themes across my memories?",
]
-const DEFAULT_SUGGESTIONS = [
- "Show me all content related to Supermemory.",
- "Summarize the key ideas from My Gita.",
- "Which memories connect design and AI?",
- "What are the main themes across my memories?",
-]
-
function ChatEmptyStatePlaceholder({
onSuggestionClick,
suggestions = DEFAULT_SUGGESTIONS,