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
This commit is contained in:
KevIsDev 2025-04-17 14:54:50 +01:00
parent 3b5d404330
commit f90fd79064

View File

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