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() { ) })}
-
+