From b5ba8c48c0c9a6537db6a3cfcbb6e61c47a8ede8 Mon Sep 17 00:00:00 2001 From: Kushagra Srivastava <95534749+ItzCrazyKns@users.noreply.github.com> Date: Sat, 27 Dec 2025 13:14:46 +0530 Subject: [PATCH] Update src/components/WeatherWidget.tsx Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- src/components/WeatherWidget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/WeatherWidget.tsx b/src/components/WeatherWidget.tsx index 3ba0038..a7ebcff 100644 --- a/src/components/WeatherWidget.tsx +++ b/src/components/WeatherWidget.tsx @@ -91,7 +91,7 @@ const WeatherWidget = () => { setData({ temperature: data.temperature, condition: data.condition, - location: 'Mars', + location: location.city, humidity: data.humidity, windSpeed: data.windSpeed, icon: data.icon,