From 8a1e502cc3aba264746a7d4765314b16a9b16b42 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Wed, 22 Jul 2026 11:58:23 -0400 Subject: [PATCH] Park map: add motor boats to the landmark labels Co-Authored-By: Claude Opus 4.8 --- src/layouts/Base.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 2b0d8fa..9c97de9 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -409,6 +409,7 @@ const pageUrl = new URL(Astro.url.pathname, Astro.site); 'sklooosh', 'haunted mansion', 'kiddie whip', + 'motor boats', ]; const marks = LANDMARKS.map((key) => rides.find((r) => r.name.toLowerCase() === key),