diff --git a/app/(docs)/layout.tsx b/app/(docs)/layout.tsx index 1f915365..21294195 100644 --- a/app/(docs)/layout.tsx +++ b/app/(docs)/layout.tsx @@ -2,7 +2,6 @@ import { DocsLayout, type DocsLayoutProps } from "fumadocs-ui/layout"; import type { ReactNode } from "react"; import { ArrowUpRight } from "lucide-react"; import { utils } from "@/utils/source"; -import { create } from "@/components/ui/icon"; import { DocsLogo } from "@/components/ui/icon"; import { Body, NavChildren, SidebarBanner } from "./layout.client"; diff --git a/app/global.css b/app/global.css index 54176950..542236c7 100644 --- a/app/global.css +++ b/app/global.css @@ -31,6 +31,7 @@ --code: 0 0% 100%; --highlight: 40 13% 91%; --content: 32.31 11.93% 78.63%; + --dark: 20 14.3% 4.1%; } .dark { @@ -60,6 +61,7 @@ --code: 0 7.7% 5.1%; --highlight: 12 6.2% 15.9%; --content: 40 5.33% 33.14%; + --dark: 20 14.3% 4.1%; } .bitcoin { diff --git a/app/layout.tsx b/app/layout.tsx index 0cf9faf9..3295e09c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,6 +5,7 @@ import type { Viewport } from "next"; import { baseUrl, createMetadata } from "@/utils/metadata"; import { Provider } from "./provider"; import { GoogleTagManager } from "@next/third-parties/google"; +import { Banner } from "@/components/ui/banner"; import { Discord, Github, HiroSVG, Youtube, X } from "@/components/ui/icon"; const GTM_ID = process.env.NEXT_PUBLIC_GTM_ID as string; @@ -39,6 +40,15 @@ export default function RootLayout({ + + Are you a Master of Clarity? + {children}