Update ExamplePrompts.tsx
Browse files
app/components/chat/ExamplePrompts.tsx
CHANGED
|
@@ -5,7 +5,7 @@ const EXAMPLE_PROMPTS = [
|
|
| 5 |
{ text: 'Build a simple blog using Astro' },
|
| 6 |
{ text: 'Create a cookie consent form using Material UI' },
|
| 7 |
{ text: 'Make a space invaders game' },
|
| 8 |
-
{ text: '
|
| 9 |
];
|
| 10 |
|
| 11 |
export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {
|
|
|
|
| 5 |
{ text: 'Build a simple blog using Astro' },
|
| 6 |
{ text: 'Create a cookie consent form using Material UI' },
|
| 7 |
{ text: 'Make a space invaders game' },
|
| 8 |
+
{ text: 'Make a Tic Tac Toe game in html, css and js only' },
|
| 9 |
];
|
| 10 |
|
| 11 |
export function ExamplePrompts(sendMessage?: { (event: React.UIEvent, messageInput?: string): void | undefined }) {
|