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' },