Skip to content

Commit c486088

Browse files
committed
fix: db chat styling
1 parent acbb828 commit c486088

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/react-cra/add-ons/db/assets/src/components/demo.chat-area.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function ChatArea() {
3333

3434
return (
3535
<>
36-
<div className="flex-1 overflow-y-auto px-4 py-6 space-y-4">
36+
<div className="px-4 py-6 space-y-4">
3737
<Messages messages={messages} user={user} />
3838
<div ref={messagesEndRef} />
3939
</div>

packages/cta-engine/src/create-app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Use the following commands to start your app:
234234
getPackageManagerScriptCommand(options.packageManager, ['dev']),
235235
)}
236236
237-
Please check the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
237+
Please read the README.md for information on testing, styling, adding routes, etc.${errorStatement}`,
238238
)
239239
}
240240

0 commit comments

Comments
 (0)