From 2c7908f73386734e91fc7dd63b476857817b4bc0 Mon Sep 17 00:00:00 2001 From: Anish Sarkar <104695310+AnishSarkar22@users.noreply.github.com> Date: Sun, 22 Mar 2026 22:48:07 +0530 Subject: [PATCH] fix: update placeholder texts in Thread component --- surfsense_web/components/assistant-ui/thread.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/surfsense_web/components/assistant-ui/thread.tsx b/surfsense_web/components/assistant-ui/thread.tsx index 083a32cce..fa5595de4 100644 --- a/surfsense_web/components/assistant-ui/thread.tsx +++ b/surfsense_web/components/assistant-ui/thread.tsx @@ -103,12 +103,12 @@ import { cn } from "@/lib/utils"; /** Placeholder texts that cycle in new chats when input is empty */ const CYCLING_PLACEHOLDERS = [ - "Ask SurfSense anything or @mention docs.", - "Generate a podcast from my vacation ideas in Notion.", - "Sum up last week's meeting notes from Drive in a bulleted list.", - "Give me a brief overview of the most urgent tickets in Jira and Linear.", + "Ask SurfSense anything or @mention docs", + "Generate a podcast from my vacation ideas in Notion", + "Sum up last week's meeting notes from Drive in a bulleted list", + "Give me a brief overview of the most urgent tickets in Jira and Linear", "Briefly, what are today's top ten important emails and calendar events?", - "Check if this week's Slack messages reference any GitHub issues.", + "Check if this week's Slack messages reference any GitHub issues", ]; interface ThreadProps {