Revert web change

This commit is contained in:
Jackson Harper 2024-01-31 15:29:52 +08:00
parent 3ecbd3f434
commit 38a90e3987

View file

@ -92,7 +92,7 @@ export function Article(props: ArticleProps): JSX.Element {
setReadingProgress(bottomProgress * 100)
}
}, 3500)
}, 2500)
// Scroll to initial anchor position
useEffect(() => {