Switch to KV in empty state

This commit is contained in:
Jared Palmer 2023-06-02 16:31:27 -04:00
parent 417f69e0f1
commit 8851457248

View file

@ -37,8 +37,8 @@ export function EmptyScreen() {
<p className="mt-2">
This is an open source AI chatbot app built with{' '}
<ExternalLink href="https://nextjs.org">Next.js</ExternalLink> and{' '}
<ExternalLink href="https://vercel.com/storage/postgres">
Vercel Postgres
<ExternalLink href="https://vercel.com/storage/kv">
Vercel KV
</ExternalLink>
. You can start a conversation here or try the following examples:
</p>