Change new Location label to two weeks
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user