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

@ -1,5 +1,5 @@
<a href="https://chat.vercel.ai/"> <a href="https://chat.vercel.ai/">
<img alt="Next.js 13 and App Router-ready AI chatbot." src="https://chat.vercel.ai/opengraph-image"> <img alt="Next.js 13 and App Router-ready AI chatbot." src="https://chat.vercel.ai/opengraph-image?257c2a5cdc6cb3cb">
<h1 align="center">Next.js AI Chatbot</h1> <h1 align="center">Next.js AI Chatbot</h1>
</a> </a>

View file

@ -11,8 +11,8 @@ import { Header } from '@/components/header'
export const metadata: Metadata = { export const metadata: Metadata = {
title: { title: {
default: 'Next.js Chatbot', default: 'Next.js AI Chatbot',
template: `%s - Next.js Chatbot` template: `%s - Next.js AI Chatbot`
}, },
description: 'An AI-powered chatbot built with Next.js and Vercel.', description: 'An AI-powered chatbot built with Next.js and Vercel.',
themeColor: [ themeColor: [

View file

@ -37,7 +37,7 @@ export default async function Image() {
</svg> </svg>
</div> </div>
<div tw="flex text-white font-bold text-4xl mt-2 leading-normal ml-10"> <div tw="flex text-white font-bold text-4xl mt-2 leading-normal ml-10">
What is Next.js Chat? What is Next.js AI Chatbot?
</div> </div>
</div> </div>
<div tw="flex w-full mt-14 items-start"> <div tw="flex w-full mt-14 items-start">
@ -76,7 +76,7 @@ export default async function Image() {
<div tw="flex text-[#eaeaf0] ml-2">KV</div> <div tw="flex text-[#eaeaf0] ml-2">KV</div>
</div> </div>
</div> </div>
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.nextjs.chat</div> <div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.chat.vercel.ai</div>
</div> </div>
</div> </div>
), ),

View file

@ -93,7 +93,7 @@ export default async function Image({ params }: ImageProps) {
<div tw="flex text-[#eaeaf0] ml-2">KV</div> <div tw="flex text-[#eaeaf0] ml-2">KV</div>
</div> </div>
</div> </div>
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.nextjs.chat</div> <div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.chat.vercel.ai</div>
</div> </div>
</div> </div>
), ),

View file

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