diff --git a/apps/client/src/pages/Dashboard.tsx b/apps/client/src/pages/Dashboard.tsx index 93f2bf9..f998e7b 100644 --- a/apps/client/src/pages/Dashboard.tsx +++ b/apps/client/src/pages/Dashboard.tsx @@ -177,12 +177,24 @@ export default function Dashboard() { )} - {/* Weather not configured nudge (subtle) */} + {/* Weather not configured nudge */} {weather && !weather.configured && (
Configure weather →
)} + + {/* Weather configured but erroring */} + {weather?.configured && weather.error && ( +Weather unavailable
+{weather.error}
+ Check settings → +