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 (