Skip to content

Commit

Permalink
docs: add town hall banner (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jannikmaierhoefer authored Jan 27, 2025
1 parent 3fa8768 commit c3f3a7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,15 @@ const config: DocsThemeConfig = {
Video,
},
banner: {
key: "v3-ga",
key: "town-hall",
dismissible: true,
content: (
<Link href="/changelog/2024-12-09-Langfuse-v3-stable-release">
<Link href="https://lu.ma/ov28jfk3">
{/* mobile */}
<span className="sm:hidden">Langfuse v3 is GA. Learn more</span>
<span className="sm:hidden">Wednesday: Langfuse Town Hall</span>
{/* desktop */}
<span className="hidden sm:inline">
We've released Langfuse v3. Learn more
Wednesday: Langfuse Town Hall, 10am PT / 7pm CET
</span>
</Link>
),
Expand Down

0 comments on commit c3f3a7c

Please sign in to comment.