From 9ff2f628203ddb8a9e22f3c598dfeaf5d5789ff1 Mon Sep 17 00:00:00 2001 From: dertyp7 Date: Sun, 14 Jan 2024 14:34:39 +0100 Subject: [PATCH] Update threshold value in App.tsx --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 8ea64e2..5b9ad31 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -21,7 +21,7 @@ export default function App() { } }); }, - { threshold: 0.7 } + { threshold: 0.5 } ); if (aboutRef.current) {