-
+
+
+
![]()
diff --git a/src/components/Layout/LayoutHeader.vue b/src/components/Layout/LayoutHeader.vue
index 1499cd1..9167257 100644
--- a/src/components/Layout/LayoutHeader.vue
+++ b/src/components/Layout/LayoutHeader.vue
@@ -40,7 +40,9 @@
-
+
+
+
diff --git a/src/components/Map/VMap.global.vue b/src/components/Map/VMap.client.vue
similarity index 100%
rename from src/components/Map/VMap.global.vue
rename to src/components/Map/VMap.client.vue
diff --git a/src/components/Map/icons/AssertedDistribution.js b/src/components/Map/icons/AssertedDistribution.js
index 77c351a..3887228 100644
--- a/src/components/Map/icons/AssertedDistribution.js
+++ b/src/components/Map/icons/AssertedDistribution.js
@@ -1,4 +1,3 @@
-import L from 'leaflet'
export const AssertedDistribution = {
className: 'bg-map-asserted bg-opacity-50 rounded-full',
iconSize: [8, 8],
diff --git a/src/components/Map/utils/geojsonOptions.js b/src/components/Map/utils/geojsonOptions.js
index d5d5a26..35bd0dd 100644
--- a/src/components/Map/utils/geojsonOptions.js
+++ b/src/components/Map/utils/geojsonOptions.js
@@ -1,4 +1,3 @@
-import L, { Icon } from 'leaflet'
import * as Icons from '../icons'
import * as Shape from '../shapes'
@@ -53,7 +52,7 @@ export default (L) => ({
pointToLayer: (feature, latLng) => {
const type = getRelevantType(feature.properties.base)
- const markerStyle = Icons[type] || Icon.Georeference
+ const markerStyle = Icons[type] || Icons.Georeference
const marker = L.marker(latLng, {
icon: L.divIcon(markerStyle)
})
diff --git a/src/components/Navbar/NavbarMobile.vue b/src/components/Navbar/NavbarMobile.vue
index 7002ac9..6eb00d8 100644
--- a/src/components/Navbar/NavbarMobile.vue
+++ b/src/components/Navbar/NavbarMobile.vue
@@ -34,9 +34,11 @@