diff --git a/components/layout/Banner.tsx b/components/layout/Banner.tsx index a318098ac..bd9e63286 100644 --- a/components/layout/Banner.tsx +++ b/components/layout/Banner.tsx @@ -2,21 +2,21 @@ import Link from "next/link"; import { Banner as FumadocsBanner } from "fumadocs-ui/components/banner"; export function Banner() { - return null; - // return ( - // - // - // - // [Virtual] Langfuse Town Hall · Jun 11 → - // - // - // [Virtual] Langfuse Town Hall · Jun 11, 9am PT: V4, Releases, Roadmap → - // - // - // - // ); + return ( + + + + Langfuse @ AI Engineer · Booth LG-39 → + + + Langfuse @ AI Engineer World Fair in San Francisco · Find us at booth + LG-39 → + + + + ); }