From a850d3b3c993afa959465db497e6000259770c63 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Thu, 13 Feb 2025 01:35:10 +0100 Subject: [PATCH] test6 --- src/components/nav.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/nav.tsx b/src/components/nav.tsx index 8568aa6..e5a116c 100644 --- a/src/components/nav.tsx +++ b/src/components/nav.tsx @@ -43,6 +43,7 @@ export function Nav({ // clearTimeout(timeout); // } for (const entry of entries) { + console.log(entry) // const target = entry.target.id as keyof (typeof translations.pl)["nav"] // if (activeSection !== target && entry.intersectionRatio > 0) { // // setActiveSection(target);