mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-28 20:32:19 +01:00
Update threshold value in App.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function App() {
|
||||
}
|
||||
});
|
||||
},
|
||||
{ threshold: 0.7 }
|
||||
{ threshold: 0.5 }
|
||||
);
|
||||
|
||||
if (aboutRef.current) {
|
||||
|
||||
Reference in New Issue
Block a user