Weather Icons and Alert Fixes #3

Merged
SDCore merged 5 commits from dev into main 2026-07-15 04:47:54 +00:00
Showing only changes of commit 3287ea1711 - Show all commits

View file

@ -115,13 +115,13 @@ export default function WeatherPage() {
Hyperlocal Weather
</span>
{weatherAlerts.length > 0 && (
<span className={styles.weatherAlerts}>
{weatherAlerts.map((alert, index) => (
<span
key={index}
className={styles.weatherAlert}
>
{weatherAlerts.length > 0 &&
weatherAlerts.map((alert, index) => (
<span
key={index}
className={styles.weatherAlerts}
>
<span className={styles.weatherAlert}>
{alert.title}
<span
className={
@ -134,9 +134,8 @@ export default function WeatherPage() {
).toLocaleString()}
</span>
</span>
))}
</span>
)}
</span>
))}
<span className={styles.weatherTop}>
<span className={styles.weatherTopLeft}>