diff --git a/app/sidebar.tsx b/app/sidebar.tsx index d4bff63..9db8003 100644 --- a/app/sidebar.tsx +++ b/app/sidebar.tsx @@ -7,6 +7,7 @@ import { VercelLogo } from "@/components/ui/vercel-logo"; import { SidebarItem } from "./sidebar-item"; import { cn } from "@/lib/utils"; import { type Session } from "next-auth"; +import { DevGPTLogo } from "@/components/ui/devgpt-logo"; export interface SidebarProps { session: Session | null; @@ -21,8 +22,8 @@ export function Sidebar({ session, newChat }: SidebarProps) {