Fix marker position

This commit is contained in:
Franc Camps-Febrer
2019-01-04 15:54:15 +01:00
parent d7ad22d417
commit ecdb5c6e44
4 changed files with 16 additions and 13 deletions

View File

@@ -55,27 +55,27 @@ const initial = {
language: 'en-US',
mapAnchor: process.env.MAP_ANCHOR,
zoomLevels: [{
label: '3 años',
label: '3 years',
duration: 1576800,
active: false
},
{
label: '3 meses',
label: '3 months',
duration: 129600,
active: false
},
{
label: '3 días',
label: '3 days',
duration: 4320,
active: false
},
{
label: '12 horas',
label: '12 hours',
duration: 720,
active: false
},
{
label: '2 horas',
label: '2 hours',
duration: 120,
active: false
},