fix: typo in example prompt
This commit is contained in:
@@ -29,7 +29,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 can center a div?' },
|
{ text: 'How do I center a div?' },
|
||||||
];
|
];
|
||||||
|
|
||||||
const TEXTAREA_MIN_HEIGHT = 72;
|
const TEXTAREA_MIN_HEIGHT = 72;
|
||||||
|
|||||||
Reference in New Issue
Block a user