diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 21:48:57 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-04 21:48:57 +0200 |
commit | 43489ffae4622ba7113b80b412717abedb64bcc0 (patch) | |
tree | e71cdea005a195d5c48ec90b03cd42b63fad4ef8 | |
parent | dc6b2e286c8061318325c42d622798bfb8ab8c87 (diff) |
Info dialog: Change icon from clock to map.
-rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ' + |