diff --git a/src/pages/Weather-app/index.jsx b/src/pages/Weather-app/index.jsx index 3368ae2..e7c96a6 100644 --- a/src/pages/Weather-app/index.jsx +++ b/src/pages/Weather-app/index.jsx @@ -50,7 +50,7 @@ const WeatherApp = () => { console.log(weatherData); return ( -
+
{loading ? ( @@ -58,23 +58,23 @@ const WeatherApp = () => { ) : (
-
+

{weatherData?.name}, {weatherData?.sys?.country}

- + {getCurrentDate()}
-
+
{weatherData?.main?.temp}
-

+

{

-
+

{weatherData?.wind?.speed} km/h