From 7a25f953c720c1f8eb3854a3c7c924d760d201df Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 8 Jan 2025 17:52:51 +0530 Subject: [PATCH] fix: shorten suggested actions (#681) --- components/suggested-actions.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/suggested-actions.tsx b/components/suggested-actions.tsx index 65f713f32..b2d14d63d 100644 --- a/components/suggested-actions.tsx +++ b/components/suggested-actions.tsx @@ -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',