From 432ad47b30cb50c4a108587cee9fca9a68cbdaa1 Mon Sep 17 00:00:00 2001 From: arkml Date: Sat, 13 Sep 2025 13:17:09 +0530 Subject: [PATCH] remove one of the preset copilot prompts in the new assistant section --- .../app/projects/components/build-assistant-section.tsx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/rowboat/app/projects/components/build-assistant-section.tsx b/apps/rowboat/app/projects/components/build-assistant-section.tsx index 03484990..b6c51b69 100644 --- a/apps/rowboat/app/projects/components/build-assistant-section.tsx +++ b/apps/rowboat/app/projects/components/build-assistant-section.tsx @@ -39,10 +39,6 @@ const copilotPrompts = { "Reddit & HN assistant": { prompt: "Build an assistant that helps me with browsing Reddit and Hacker News", emoji: "🔍" - }, - "CRM assistant": { - prompt: "Build an assistant that helps me with my CRM", - emoji: "📊" } };