Dominic Elm commited on
Commit
9aca292
·
1 Parent(s): 5bbcdcc

fix: typo in example prompt

Browse files
packages/bolt/app/components/chat/BaseChat.tsx CHANGED
@@ -29,7 +29,7 @@ const EXAMPLE_PROMPTS = [
29
  { text: 'Build a simple blog using Astro' },
30
  { text: 'Create a cookie consent form using Material UI' },
31
  { text: 'Make a space invaders game' },
32
- { text: 'How do I can center a div?' },
33
  ];
34
 
35
  const TEXTAREA_MIN_HEIGHT = 72;
 
29
  { text: 'Build a simple blog using Astro' },
30
  { text: 'Create a cookie consent form using Material UI' },
31
  { text: 'Make a space invaders game' },
32
+ { text: 'How do I center a div?' },
33
  ];
34
 
35
  const TEXTAREA_MIN_HEIGHT = 72;