From cc57b88571cd44665909782830083e35e9d2d8b4 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Sun, 29 Jun 2025 06:01:02 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/header/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/header/index.tsx b/apps/web/src/components/header/index.tsx index af3ba264..125bf814 100644 --- a/apps/web/src/components/header/index.tsx +++ b/apps/web/src/components/header/index.tsx @@ -11,6 +11,7 @@ import { cn } from '@/lib/utils' import styles from './styles.module.css' export function Header() { + // TODO: use CSS for this instead of a hook const { resolvedTheme } = useTheme() const ctx = useAgentic()