Update cache to include backup calls to ICON data
This commit is contained in:
fraxle
2026-05-29 12:09:55 +01:00
parent b5497ffc1f
commit 75537d0250
3 changed files with 106 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export function useAppState() {
const saved = localStorage.getItem('sunscope_last_location');
if (saved) return JSON.parse(saved);
} catch (e) { /* ignore */ }
return { name: 'Pangbourne, Berkshire', lat: 51.4839, lon: -1.0725, country: 'GB' };
return { name: 'London, England', lat: 51.509, lon: -0.126, country: 'GB' };
});
const setLocationAndSave = (loc) => {