fix: tweak styles (#645)
This commit is contained in:
parent
8d6eb09454
commit
50fbc0dab2
10 changed files with 43 additions and 31 deletions
|
|
@ -22,13 +22,13 @@ function PureSuggestedActions({ chatId, append }: SuggestedActionsProps) {
|
|||
},
|
||||
{
|
||||
title: 'Write code that',
|
||||
label: `demonstrates djikstra's algorithm!`,
|
||||
action: `Write code that demonstrates djikstra's algorithm!`,
|
||||
label: `demonstrates djikstra's algorithm`,
|
||||
action: `Write code that demonstrates djikstra's algorithm`,
|
||||
},
|
||||
{
|
||||
title: 'Help me write an essay',
|
||||
label: `about silicon valley!`,
|
||||
action: `Help me write an essay about silicon valley!`,
|
||||
label: `about silicon valley`,
|
||||
action: `Help me write an essay about silicon valley`,
|
||||
},
|
||||
{
|
||||
title: 'What is the weather',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue