We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97df966 commit 1470702Copy full SHA for 1470702
1 file changed
static/assets/scripts/home.js
@@ -509,7 +509,7 @@ try {
509
const uploaded = game.uploadedTimestamp;
510
const updated = game.updatedTimestamp;
511
const now = Date.now();
512
- const threshold = 1000 * 60 * 60 * 24 * 2; // 2 days
+ const threshold = 1000 * 60 * 60 * 24 * 7; // 7 days
513
if (uploaded && updated) {
514
if (now - uploaded < threshold) {
515
card.classList.add("new");
0 commit comments