Skip to content

Commit 3809d59

Browse files
committed
Reduce scroll to anchor wait time
1 parent 7809f10 commit 3809d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shared/components/PolicyPages/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function PolicyPages({
3838
if (anchor) {
3939
anchor.scrollIntoView({ behavior: 'smooth', block: 'start', inline: 'nearest' });
4040
}
41-
}, 5000);
41+
}, 2000);
4242
}
4343
});
4444

0 commit comments

Comments
 (0)