diff --git a/components/app-sidebar.tsx b/components/app-sidebar.tsx index 5b08bb5..1ae7485 100644 --- a/components/app-sidebar.tsx +++ b/components/app-sidebar.tsx @@ -1,6 +1,8 @@ 'use client'; import type { User } from 'next-auth'; +import Image from 'next/image'; +import Link from 'next/link'; import { useRouter } from 'next/navigation'; import { PlusIcon } from '@/components/icons'; @@ -15,7 +17,7 @@ import { SidebarMenu, useSidebar, } from '@/components/ui/sidebar'; -import Link from 'next/link'; + import { Tooltip, TooltipContent, TooltipTrigger } from './ui/tooltip'; export function AppSidebar({ user }: { user: User | undefined }) { @@ -26,16 +28,16 @@ export function AppSidebar({ user }: { user: User | undefined }) { -
+
{ setOpenMobile(false); }} - className="flex flex-row gap-3 items-center" + className="flex flex-row gap-3 items-center w-full" > - - Chatbot + + Pattern diff --git a/public/images/logo-full.svg b/public/images/logo-full.svg new file mode 100644 index 0000000..d667c2c --- /dev/null +++ b/public/images/logo-full.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + +