From 43489ffae4622ba7113b80b412717abedb64bcc0 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 4 Jun 2025 21:48:57 +0200 Subject: Info dialog: Change icon from clock to map. --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 17ca1cc..4c90f1d 100644 --- a/main.js +++ b/main.js @@ -555,7 +555,7 @@ if (window.location === window.parent.location) { li.classList.add('list-group-item', 'text-muted'); ul.appendChild(li) const i = document.createElement('i'); - i.classList.add('bi', 'bi-clock'); + i.classList.add('bi', 'bi-map'); li.appendChild(i); const t = document.createTextNode( ' Lokalt skikt (vectiler) genererades ' + -- cgit v1.2.3