rebrand ai-chatbot to openchat across app and api (#1418)
This commit is contained in:
parent
9d5d8a3ea7
commit
f7b6b55a8b
17 changed files with 90 additions and 90 deletions
|
|
@ -44,9 +44,9 @@ function PureMessages({
|
|||
useDataStream();
|
||||
|
||||
return (
|
||||
<div className="relative flex-1">
|
||||
<div className="relative flex-1 bg-background">
|
||||
<div
|
||||
className="absolute inset-0 touch-pan-y overflow-y-auto"
|
||||
className="absolute inset-0 touch-pan-y overflow-y-auto bg-background"
|
||||
ref={messagesContainerRef}
|
||||
>
|
||||
<div className="mx-auto flex min-w-0 max-w-4xl flex-col gap-4 px-2 py-4 md:gap-6 md:px-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue