diff --git a/src/components/Header.jsx b/src/components/Header.jsx index 9f072d5..24a5338 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -57,7 +57,6 @@ export const Header = ({ const touch = typeof window !== 'undefined' && ('ontouchstart' in window || navigator.maxTouchPoints > 0); const narrow = typeof window !== 'undefined' && window.innerWidth <= 1024; if (touch && narrow) return {window.innerWidth <= 768 ? '📱' : '📱 Tablet'}; - if (touch) return 👆 Touch; return null; })()} @@ -68,8 +67,8 @@ export const Header = ({ UTC 0.1 && config.headerSize <= 2 - ? `${24 * config.headerSize}px` - : "24px", + ? `${24 * config.headerSize}px` + : "24px", fontWeight: '700', color: 'var(--accent-cyan)', fontFamily: 'JetBrains Mono, Consolas, monospace', @@ -87,8 +86,8 @@ export const Header = ({ LOCAL 0.1 && config.headerSize <= 2 - ? `${24 * config.headerSize}px` - : "24px", + ? `${24 * config.headerSize}px` + : "24px", fontWeight: '700', color: 'var(--accent-amber)', fontFamily: 'JetBrains Mono, Consolas, monospace', @@ -108,18 +107,20 @@ export const Header = ({ const windLabel = localWeather.data.windUnit || 'mph'; return (
- 0.1 && config.headerSize <= 2 ? `${12 * config.headerSize}px` : "12px", - }}> + }}> {localWeather.data.icon} - 0.1 && config.headerSize <= 2 ? `${12 * config.headerSize}px` : "12px", - }}> + }}> {tempF}°F/{tempC}°C
@@ -149,11 +150,11 @@ export const Header = ({ )} {bandConditions?.extras?.geomagField && (
- {bandConditions.extras.geomagField}