diff --git a/CONTEXT.md b/CONTEXT.md index 2da08ac..a90fe07 100644 --- a/CONTEXT.md +++ b/CONTEXT.md @@ -75,23 +75,6 @@ The project uses shadcn/ui components located in `@/components/ui`. These are un These components follow a consistent pattern using React's `forwardRef` and use the `cn()` utility for class name merging. Many are built on Radix UI primitives for accessibility and customized with Tailwind CSS. -## Theme Toggle Component - -A pre-built theme toggle component is available for easy integration: - -```tsx -import { ThemeToggle } from "@/components/theme-toggle"; - -function Header() { - return ( -
-

My App

- -
- ); -} -``` - ## Nostr Protocol Integration This project comes with custom hooks for querying and publishing events on the Nostr network.