From f90fd790648103a75e98b42829fd0793417da89a Mon Sep 17 00:00:00 2001 From: KevIsDev Date: Thu, 17 Apr 2025 14:54:50 +0100 Subject: [PATCH] feat(chat): add new example prompt for bolt.diy app This commit introduces a new example prompt in the chat component to guide users in creating a mobile app about bolt.diy --- app/components/chat/ExamplePrompts.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/chat/ExamplePrompts.tsx b/app/components/chat/ExamplePrompts.tsx index 4ef117fc..7171eca7 100644 --- a/app/components/chat/ExamplePrompts.tsx +++ b/app/components/chat/ExamplePrompts.tsx @@ -1,6 +1,7 @@ import React from 'react'; const EXAMPLE_PROMPTS = [ + { text: 'Create a mobile app about bolt.diy' }, { text: 'Build a todo app in React using Tailwind' }, { text: 'Build a simple blog using Astro' }, { text: 'Create a cookie consent form using Material UI' },