Fix links

This commit is contained in:
Jared Palmer 2023-06-16 18:44:10 -04:00
parent 3f465f05c5
commit 450aa07fef
5 changed files with 7 additions and 7 deletions

View file

@ -24,7 +24,7 @@ export function EmptyScreen({ setInput }: Pick<UseChatHelpers, 'setInput'>) {
<div className="mx-auto max-w-2xl px-4">
<div className="rounded-lg border bg-background p-8">
<h1 className="mb-2 text-lg font-semibold">
Welcome to Next.js Chatbot!
Welcome to Next.js AI Chatbot!
</h1>
<p className="mb-2 leading-normal text-muted-foreground">
This is an open source AI chatbot app built with{' '}