We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a28313 commit 16b566aCopy full SHA for 16b566a
components/SmoothScrolling.tsx
@@ -9,7 +9,7 @@ interface SmoothScrollingProps {
9
10
export default function SmoothScrolling({ children }: SmoothScrollingProps) {
11
return (
12
- <ReactLenis root options={{ lerp: 0.1, duration: 1.2, smoothWheel: true }}>
+ <ReactLenis options={{ lerp: 0.1, duration: 1.2, smoothWheel: true }}>
13
{children}
14
</ReactLenis>
15
);
0 commit comments