Change new Location label to two weeks

This commit is contained in:
2021-01-18 11:29:19 +01:00
parent 3e56b2d41f
commit 5175557993

View File

@@ -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
</script>
<div class="location" role="listitem">