fix: restore Weather Delay text in mobile card ride count area
All checks were successful
Build and Deploy / Build & Push (push) Successful in 56s
All checks were successful
Build and Deploy / Build & Push (push) Successful in 56s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -89,6 +89,16 @@ export function ParkCard({ park, weekDates, parkData, today, openRideCount, coas
|
|||||||
Closed today
|
Closed today
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
{isOpenToday && isWeatherDelay && (
|
||||||
|
<div style={{
|
||||||
|
fontSize: "0.65rem",
|
||||||
|
color: "var(--color-weather-hours, #bfdbfe)",
|
||||||
|
fontWeight: 500,
|
||||||
|
textAlign: "right",
|
||||||
|
}}>
|
||||||
|
⛈ Weather Delay
|
||||||
|
</div>
|
||||||
|
)}
|
||||||
{isOpenToday && !isWeatherDelay && openRideCount !== undefined && (
|
{isOpenToday && !isWeatherDelay && openRideCount !== undefined && (
|
||||||
<div style={{
|
<div style={{
|
||||||
fontSize: "0.65rem",
|
fontSize: "0.65rem",
|
||||||
|
|||||||
Reference in New Issue
Block a user