diff --git a/src/app/user/page.tsx b/src/app/user/page.tsx index 7bd00bd..c0bd753 100644 --- a/src/app/user/page.tsx +++ b/src/app/user/page.tsx @@ -135,28 +135,28 @@ export default function UserPage() { {/* Weather Widget - Always visible below navbar */} {data.weather && ( -
-
-
+
+
+
{data.weather.current.weathercode <= 1 ? '☀️' : data.weather.current.weathercode === 2 ? '⛅' : data.weather.current.weathercode === 3 ? '☁️' : data.weather.current.weathercode >= 51 && data.weather.current.weathercode <= 55 ? '🌧️' : data.weather.current.weathercode >= 61 ? '🌧️' : '☀️'}
-
{data.weather.current.celsius}°C
-
{data.weather.current.summary}
+
{data.weather.current.celsius}°C
+
{data.weather.current.summary}
-
+
-
High
-
{data.weather.today.maxC}°
+
High
+
{data.weather.today.maxC}°
-
Low
-
{data.weather.today.minC}°
+
Low
+
{data.weather.today.minC}°
-
Wind
-
{data.weather.current.windspeed} km/h
+
Wind
+
{data.weather.current.windspeed} km/h