mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 14:32:46 +00:00
fix: typo in example prompt
This commit is contained in:
parent
5bbcdcca2c
commit
9aca2925e7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user