diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx
index 7b9495b..e78f984 100644
--- a/components/WeekCalendar.tsx
+++ b/components/WeekCalendar.tsx
@@ -224,10 +224,11 @@ function ParkRow({
-
+
{park.name}
@@ -248,14 +249,14 @@ 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
-
- )}
+ {rideCounts?.[park.id] !== undefined && (
+
+ {rideCounts[park.id]} {coastersOnly
+ ? (rideCounts[park.id] === 1 ? "coaster" : "coasters")
+ : (rideCounts[park.id] === 1 ? "ride" : "rides")} operating
+
+ )}