diff --git a/src/App.jsx b/src/App.jsx index 2c80c48..9493ad4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1744,9 +1744,14 @@ export default function App() {
{date.getDate()} {dayWeather && ( - - {getWeatherEmoji(dayWeather.weathercode)} - +
+ + {getWeatherEmoji(dayWeather.weathercode)} + + + {Math.round((dayWeather.min + dayWeather.max) / 2)}°C + +
)}
{isToday && {t('today')}}