mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Update ExamplePrompts.tsx
This commit is contained in:
parent
eb7676577d
commit
35107ad2c5
@ -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