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

@ -22,7 +22,7 @@ export function Sidebar({ session, newChat }: SidebarProps) {
<div className="scrollbar-trigger relative h-full w-full flex-1 items-start">
<aside className="flex h-full w-full flex-col p-2 shadow-lg ring-1 ring-zinc-900/10 dark:ring-zinc-200/10 relative z-10">
<div className="flex flex-row gap-1 items-center justify-between text-base font-semibold tracking-tight antialiased bg-black text-white px-4 py-4 -m-2 mb-2">
<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>