From fad6a0dedea1bc2a9aa7063bdbb2da48c5251864 Mon Sep 17 00:00:00 2001 From: stevep0z <255929980+stevep0z@users.noreply.github.com> Date: Tue, 19 May 2026 12:29:58 -0500 Subject: [PATCH] docs: remove Telegram community banner from site layout The Telegram community group is being discontinued, so the rainbow "Join our community of builders on Telegram!" banner on every docs page needs to go. Drops the unused Banner and Link imports. --- src/app/layout.tsx | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a35046e8..446b1bda 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,7 +1,5 @@ import "@/app/global.css"; import { GoogleAnalytics, GoogleTagManager } from "@next/third-parties/google"; -import Link from "fumadocs-core/link"; -import { Banner } from "fumadocs-ui/components/banner"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; import type { ReactNode } from "react"; @@ -89,31 +87,6 @@ export default function Layout({ children }: { children: ReactNode }) { return (
-Join our community of builders on
- - Telegram! - - -