From 08db97faa8f5f210102293d510d84cd81308dc33 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 16:07:24 -0400 Subject: [PATCH] polish: center-align ride count and weather delay text in park column 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 8a083f4..40ff56e 100644 --- a/components/WeekCalendar.tsx +++ b/components/WeekCalendar.tsx @@ -253,7 +253,7 @@ function ParkRow({ )} {!isWeatherDelay && rideCounts?.[park.id] !== undefined && ( -
+
{rideCounts[park.id]} {coastersOnly ? (rideCounts[park.id] === 1 ? "coaster" : "coasters") : (rideCounts[park.id] === 1 ? "ride" : "rides")} operating