Use default shadcn styles and tweak prompt (#439)

This commit is contained in:
Jeremy 2024-10-11 23:36:51 +05:30 committed by GitHub
parent cb60f8b143
commit b1d9a82d00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 60 additions and 66 deletions

View file

@ -20,14 +20,14 @@ import { Textarea } from "../ui/textarea";
const suggestedActions = [
{
title: "What is",
label: "the meaning of life?",
action: "what is the meaning of life?",
title: "What is the weather",
label: "in San Francisco?",
action: "what is the weather in San Francisco?",
},
{
title: "Why do",
label: "developers use Next.js?",
action: "why do developers use Next.js?",
title: "Answer like I'm 5,",
label: "why is the sky blue?",
action: "Answer like I'm 5, why is the sky blue?",
},
];