From 658cace4f09761adf2d9b273232b13db8ff17144 Mon Sep 17 00:00:00 2001 From: mblauser Date: Mon, 23 Sep 2024 15:35:20 -0700 Subject: [PATCH] updated location icons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replaced known locations with 📍 and unknown locations with 🌐 to send request --- ui/src/Nodes.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Nodes.svelte b/ui/src/Nodes.svelte index 4d9be71..044930a 100644 --- a/ui/src/Nodes.svelte +++ b/ui/src/Nodes.svelte @@ -185,7 +185,7 @@ let [long, lat] = getCoordinates(node) ol.flyTo(long, lat) }} - >🌐 + >📍 {:else} {/if}