From 8dd7094997652bde366671f33c86838466581ea9 Mon Sep 17 00:00:00 2001 From: NickJ202 Date: Thu, 23 Jan 2025 13:44:58 -0500 Subject: [PATCH] update global activity time range --- src/views/Landing/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Landing/index.tsx b/src/views/Landing/index.tsx index 15d1628..ca03fc3 100644 --- a/src/views/Landing/index.tsx +++ b/src/views/Landing/index.tsx @@ -45,7 +45,7 @@ export default function Landing() { })(); }, [collectionsReducer?.stamped]); - const startDate = Math.floor(Date.now()) - 3 * 24 * 60 * 60 * 1000; + const startDate = Math.floor(Date.now()) - 1 * 12 * 60 * 60 * 1000; return (