From 695feff443b0940e99883fc709169539e60a8636 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 15:02:11 -0400 Subject: [PATCH] fix: restore Weather Delay text in mobile card ride count area Co-Authored-By: Claude Sonnet 4.6 --- components/ParkCard.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/ParkCard.tsx b/components/ParkCard.tsx index 6a182ee..227d422 100644 --- a/components/ParkCard.tsx +++ b/components/ParkCard.tsx @@ -89,6 +89,16 @@ export function ParkCard({ park, weekDates, parkData, today, openRideCount, coas Closed today )} + {isOpenToday && isWeatherDelay && ( +
+ ⛈ Weather Delay +
+ )} {isOpenToday && !isWeatherDelay && openRideCount !== undefined && (