From bd9a14ac8180c2321c9fbaa663e69496d05948a2 Mon Sep 17 00:00:00 2001 From: secondl1ght Date: Wed, 19 Apr 2023 19:09:07 -0600 Subject: [PATCH] fix lint errors and finish treasure --- src/routes/map/+page.svelte | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/map/+page.svelte b/src/routes/map/+page.svelte index c4e092be..eed8119d 100644 --- a/src/routes/map/+page.svelte +++ b/src/routes/map/+page.svelte @@ -828,6 +828,7 @@ ${ const layerControl = L.control.layers(baseMaps, overlayMaps).addTo(map); // treasure hunt event + // eslint-disable-next-line no-undef const treasureIcon = L.divIcon({ className: 'treasure-icon', iconSize: [24, 24], @@ -841,10 +842,11 @@ ${ ` }); - const treasureMarker = L.marker([53.37225, -6.17711], { icon: treasureIcon }) + // eslint-disable-next-line no-undef + L.marker([53.37225, -6.17711], { icon: treasureIcon }) .bindTooltip( - `

- Bitcoin Treasure Hunt + `

+ Bitcoin Treasure Hunt
April 29th, 2023 @ 1PM