Skip to content

Commit

Permalink
fix: shorten suggested actions (#681)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyphilemon authored Jan 8, 2025
1 parent 69c7d52 commit 7a25f95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/suggested-actions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ function PureSuggestedActions({ chatId, append }: SuggestedActionsProps) {
action: 'What are the advantages of using Next.js?',
},
{
title: 'Write code that',
label: `demonstrates djikstra's algorithm`,
action: `Write code that demonstrates djikstra's algorithm`,
title: 'Write code to',
label: `demonstrate djikstra's algorithm`,
action: `Write code to demonstrate djikstra's algorithm`,
},
{
title: 'Help me write an essay',
Expand Down

0 comments on commit 7a25f95

Please sign in to comment.