We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b46781c commit 89b44cdCopy full SHA for 89b44cd
apps/website/app/[lang]/(home)/components/demo.tsx
@@ -105,8 +105,8 @@ export const Demo = () => {
105
}, [isInView]);
106
107
return (
108
- <Conversation className="h-[600px] overflow-y-auto rounded-sm border bg-background">
109
- <ConversationContent>
+ <Conversation>
+ <ConversationContent className="h-[600px] overflow-y-auto rounded-sm border bg-background">
110
<div className="mx-auto w-full max-w-prose p-12" ref={ref}>
111
<Streamdown
112
animated
0 commit comments