Improve scroll anchor (#275)
This commit is contained in:
parent
b6cab643ef
commit
43c7cbb21e
12 changed files with 169 additions and 101 deletions
|
|
@ -19,7 +19,7 @@ const exampleMessages = [
|
|||
}
|
||||
]
|
||||
|
||||
export function EmptyScreen({ setInput }: Pick<UseChatHelpers, 'setInput'>) {
|
||||
export function EmptyScreen() {
|
||||
return (
|
||||
<div className="mx-auto max-w-2xl px-4">
|
||||
<div className="flex flex-col gap-2 rounded-lg border bg-background p-8">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue