We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55f78b + 0beb3d6 commit 793570cCopy full SHA for 793570c
src/pages/Weather-app/index.jsx
@@ -72,7 +72,7 @@ const WeatherApp = () => {
72
73
<div className="flex flex-col items-center">
74
<div className="text-4xl font-semibold">
75
- {weatherData?.main?.temp}
+ {(weatherData?.main?.temp - 273).toFixed(2)} °C
76
</div>
77
<p className="justify-start items-center text-xs text-foreground/80 hidden xm:flex">
78
<span>
0 commit comments