Switch to KV in empty state
This commit is contained in:
parent
417f69e0f1
commit
8851457248
1 changed files with 2 additions and 2 deletions
|
|
@ -37,8 +37,8 @@ export function EmptyScreen() {
|
||||||
<p className="mt-2">
|
<p className="mt-2">
|
||||||
This is an open source AI chatbot app built with{' '}
|
This is an open source AI chatbot app built with{' '}
|
||||||
<ExternalLink href="https://nextjs.org">Next.js</ExternalLink> and{' '}
|
<ExternalLink href="https://nextjs.org">Next.js</ExternalLink> and{' '}
|
||||||
<ExternalLink href="https://vercel.com/storage/postgres">
|
<ExternalLink href="https://vercel.com/storage/kv">
|
||||||
Vercel Postgres
|
Vercel KV
|
||||||
</ExternalLink>
|
</ExternalLink>
|
||||||
. You can start a conversation here or try the following examples:
|
. You can start a conversation here or try the following examples:
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue