add favicon
This commit is contained in:
parent
398b671300
commit
916a9a9659
6 changed files with 6 additions and 6 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue