diff options
| -rw-r--r-- | apps/web/components/new/chat/index.tsx | 7 |
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, |