From 9624eab79859a3715c96e397cd9a40716cd008f0 Mon Sep 17 00:00:00 2001 From: kenneth Date: Fri, 31 Oct 2025 01:26:13 +0000 Subject: [PATCH] fix(dashboard: weather tile spacing --- apps/dashboard/src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/dashboard/src/App.tsx b/apps/dashboard/src/App.tsx index 9682d89..e12b8bc 100644 --- a/apps/dashboard/src/App.tsx +++ b/apps/dashboard/src/App.tsx @@ -256,7 +256,7 @@ function WeatherTile() { L:{lowTemp}°

-
+
{Array.from({ length: 24 }).map((_, index) => { if (index === highlightIndexStart) { return ( @@ -294,9 +294,9 @@ function WeatherTile() { ) })}
-
+