From 8fb08013030f14900a998129c7ce458d64c15074 Mon Sep 17 00:00:00 2001 From: Drew Peifer Date: Sat, 14 Feb 2026 00:50:51 -0500 Subject: [PATCH] adjusted weather title --- claudash/src/components/widgets/WeatherWidget.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/claudash/src/components/widgets/WeatherWidget.jsx b/claudash/src/components/widgets/WeatherWidget.jsx index fde8e46..d402ebd 100644 --- a/claudash/src/components/widgets/WeatherWidget.jsx +++ b/claudash/src/components/widgets/WeatherWidget.jsx @@ -107,9 +107,10 @@ function WeatherWidget({ data, sx }) { })) : []; return ( - + {/* Current Weather Section */} +

{location}

{getWeatherIcon(current?.icon)}