Park map: add motor boats to the landmark labels

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wes
2026-07-22 11:58:23 -04:00
co-authored by Claude Opus 4.8
parent ece2dadc27
commit 8a1e502cc3
+1
View File
@@ -409,6 +409,7 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site);
'sklooosh', 'sklooosh',
'haunted mansion', 'haunted mansion',
'kiddie whip', 'kiddie whip',
'motor boats',
]; ];
const marks = LANDMARKS.map((key) => const marks = LANDMARKS.map((key) =>
rides.find((r) => r.name.toLowerCase() === key), rides.find((r) => r.name.toLowerCase() === key),