diff --git a/app/page.tsx b/app/page.tsx index 149d6ac..d90edce 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -135,7 +135,7 @@ export default async function HomePage({ searchParams }: PageProps) { color: visibleParks.length > 0 ? "var(--color-open-hours)" : "var(--color-text-muted)", fontWeight: 600, }}> - {visibleParks.length} of {PARKS.length} parks open + {visibleParks.length} of {PARKS.length} parks open this week diff --git a/components/ParkCard.tsx b/components/ParkCard.tsx index eaa8f51..549d85a 100644 --- a/components/ParkCard.tsx +++ b/components/ParkCard.tsx @@ -154,7 +154,10 @@ export function ParkCard({ park, weekDates, parkData, today, openRideCount, coas ? "var(--color-today-text)" : "var(--color-open-hours)", }}> - {dayData.hoursLabel} {tzAbbr} + {dayData.hoursLabel}{" "} + + {tzAbbr} + diff --git a/components/ParkMonthCalendar.tsx b/components/ParkMonthCalendar.tsx index 49164b9..6478491 100644 --- a/components/ParkMonthCalendar.tsx +++ b/components/ParkMonthCalendar.tsx @@ -187,7 +187,10 @@ export function ParkMonthCalendar({ parkId, year, month, monthData, today, timez Passholder