From 69402fd4c6dfb6e016d9a147836393bdcafa7a05 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Thu, 13 Feb 2025 00:48:40 +0100 Subject: [PATCH] oops --- src/components/nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/nav.tsx b/src/components/nav.tsx index da2087c..9e2ae2c 100644 --- a/src/components/nav.tsx +++ b/src/components/nav.tsx @@ -25,7 +25,7 @@ export function Nav({ t: typeof translations.pl }) { const { theme, setTheme } = useTheme() - const [activeSection, setActiveSection] = useState("about") + const [activeSection] = useState("about") useEffect(() => {