Update threshold value in App.tsx

This commit is contained in:
dertyp7
2024-01-14 14:34:39 +01:00
parent a3d40b3b13
commit 9ff2f62820

View File

@@ -21,7 +21,7 @@ export default function App() {
} }
}); });
}, },
{ threshold: 0.7 } { threshold: 0.5 }
); );
if (aboutRef.current) { if (aboutRef.current) {