diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx
index 3634e56..8ee358b 100644
--- a/components/WeekCalendar.tsx
+++ b/components/WeekCalendar.tsx
@@ -230,7 +230,7 @@ function ParkRow({
}}>
-
+
{park.name}
{rideCounts?.[park.id] !== undefined && (
@@ -246,12 +246,12 @@ function ParkRow({
}} />
)}
-
+
{park.location.city}, {park.location.state}
{rideCounts?.[park.id] !== undefined && (
-
+
{rideCounts[park.id]} {coastersOnly
? (rideCounts[park.id] === 1 ? "coaster" : "coasters")
: (rideCounts[park.id] === 1 ? "ride" : "rides")} operating