diff --git a/packages/web/components/templates/article/Article.tsx b/packages/web/components/templates/article/Article.tsx index 091ad7e92..2c3f4a5e4 100644 --- a/packages/web/components/templates/article/Article.tsx +++ b/packages/web/components/templates/article/Article.tsx @@ -92,7 +92,7 @@ export function Article(props: ArticleProps): JSX.Element { setReadingProgress(bottomProgress * 100) } - }, 3500) + }, 2500) // Scroll to initial anchor position useEffect(() => {