Skip to content

Commit

Permalink
update global activity time range
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Jan 23, 2025
1 parent 0bd8c13 commit 8dd7094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Landing/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<S.Wrapper className={'fade-in'}>
Expand Down

0 comments on commit 8dd7094

Please sign in to comment.