Skip to content

Commit 189cf03

Browse files
committed
fix
1 parent 3c7ecaa commit 189cf03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/components/chatInput/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ const shortcutIdeas = [
1818
label: 'Hero section',
1919
value: 'A landing page hero section with a heading, leading text and an opt-in form.',
2020
},
21-
{
22-
id: 'Contactform',
23-
label: 'Contact form',
24-
value: 'A contact form with first name, last name, email, and message fields. Put the form in a card with a submit button.'
25-
},
21+
// {
22+
// id: 'Contactform',
23+
// label: 'Contact form',
24+
// value: 'A contact form with first name, last name, email, and message fields. Put the form in a card with a submit button.'
25+
// },
2626
{
2727
id: 'Ecommercedashboard',
2828
label: 'Ecommerce dashboard',

0 commit comments

Comments
 (0)