add favicon

This commit is contained in:
Shu Ding 2023-05-23 17:17:27 +02:00
parent 398b671300
commit 916a9a9659
No known key found for this signature in database
GPG key ID: B84C6E25F5FEA16B
6 changed files with 6 additions and 6 deletions

View file

@ -16,7 +16,7 @@ export function ChatList({ messages }: ChatList) {
<div className="relative h-full dark:bg-zinc-900">
<div className="sticky top-0 border-b w-full bg-black md:hidden text-white font-semibold">
<div className="px-4 py-2 flex items-center justify-between">
<div className="flex flex-row gap-1 whitespace-nowrap items-center">
<div className="flex flex-row gap-2 whitespace-nowrap items-center">
<NextChatLogo className="h-6 w-6" />
<span className="select-none">Next.js Chatbot</span>
</div>