diff --git a/src/app/(main)/explore/_components/agent-list.tsx b/src/app/(main)/explore/_components/agent-list.tsx index a79f928..b9d7445 100644 --- a/src/app/(main)/explore/_components/agent-list.tsx +++ b/src/app/(main)/explore/_components/agent-list.tsx @@ -67,7 +67,6 @@ export function AgentList() { return ( <> -

diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 4c44456..772b3e6 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -1,5 +1,6 @@ import Footer from "@/components/sections/footer"; import Header from "@/components/sections/header"; +import { ChatFloatingButton } from "@/components/chat-floating-button"; interface MarketingLayoutProps { children: React.ReactNode; @@ -11,6 +12,7 @@ export default async function Layout({ children }: MarketingLayoutProps) {
{children}