From 38a90e39874ec91cb314b6f3a788375cee169668 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 31 Jan 2024 15:29:52 +0800 Subject: [PATCH] Revert web change --- packages/web/components/templates/article/Article.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(() => {