From 054c82529b5eb9fcc519c294e4da299e3aa56950 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 16:02:23 -0400 Subject: [PATCH] polish: center-align weather delay text so it stacks neatly within its box Co-Authored-By: Claude Sonnet 4.6 --- components/WeekCalendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx index b3c6216..8a083f4 100644 --- a/components/WeekCalendar.tsx +++ b/components/WeekCalendar.tsx @@ -248,7 +248,7 @@ function ParkRow({ {isWeatherDelay && ( -
+
Weather Delay
)}