fix: typo in example prompt

This commit is contained in:
Dominic Elm 2024-08-01 17:31:18 +02:00
parent 5bbcdcca2c
commit 9aca2925e7

View File

@ -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;