From 5175557993af4f5f6d44547d420898117b29a41d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 18 Jan 2021 11:29:19 +0100 Subject: [PATCH] Change new Location label to two weeks --- src/molecules/Location.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/molecules/Location.svelte b/src/molecules/Location.svelte index 0c54205..c2b295d 100644 --- a/src/molecules/Location.svelte +++ b/src/molecules/Location.svelte @@ -8,7 +8,7 @@ // Variables const { name, slug, country, last_updated } = location - const timeLimit = 7 * 24 * 60 * 60 * 1000 // d*h*m*s*ms = 1 week + const timeLimit = 2 * 7 * 24 * 60 * 60 * 1000 // d*h*m*s*ms = 1 week