From 94b6b9580d03848bb054c56d4e3dbf19b5a2a7bd Mon Sep 17 00:00:00 2001 From: zv Date: Mon, 1 Jun 2026 20:00:48 +0200 Subject: [PATCH] fix: keep hourly forecast card compact --- components/forecast/forecast-panel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/forecast/forecast-panel.tsx b/components/forecast/forecast-panel.tsx index 3857f3b..57314ba 100644 --- a/components/forecast/forecast-panel.tsx +++ b/components/forecast/forecast-panel.tsx @@ -66,7 +66,7 @@ export function ForecastPanel({ latitude, longitude, locationName }: { latitude? ) : !forecast.hourly.length || !forecast.daily.length ? ( ) : ( -
+

{t("forecast.hourly")}