mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 03:07:05 +00:00
Merge pull request #16 from dustinwloring1988/default-prompt-change
Update ExamplePrompts.tsx
This commit is contained in:
commit
b3d618171a
@ -5,7 +5,7 @@ const EXAMPLE_PROMPTS = [
|
|||||||
{ text: 'Build a simple blog using Astro' },
|
{ text: 'Build a simple blog using Astro' },
|
||||||
{ text: 'Create a cookie consent form using Material UI' },
|
{ text: 'Create a cookie consent form using Material UI' },
|
||||||
{ text: 'Make a space invaders game' },
|
{ text: 'Make a space invaders game' },
|
||||||
{ text: 'How do I center a div?' },
|
{ text: 'Make a Tic Tac Toe game in html, css and js only' },
|
||||||
];
|
];
|
||||||
|
|
||||||
export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {
|
export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user