feat(whereami): rename weather section header

This commit is contained in:
Adriano Caloiaro 2026-04-09 23:05:55 -06:00
parent 6dd249dc17
commit 24512ad1f8
No known key found for this signature in database

View file

@ -93,7 +93,7 @@
if (cards.length === 0) return;
var updated = w.lastUpdated ? new Date(w.lastUpdated).toLocaleTimeString() : '';
var html = '<h3 style="margin-bottom:0.3rem">Local Weather</h3>';
var html = '<h3 style="margin-bottom:0.3rem">My Weather Station</h3>';
if (updated) html += '<div id="weather-updated">updated ' + updated + '</div>';
html += '<div id="weather-grid">';
cards.forEach(function(c) {