From a599f5a6e706bdb727f991106e32510caefa8aff Mon Sep 17 00:00:00 2001 From: Ayumi Tanaka <90415568+ayumi-oxd@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:10:14 -0700 Subject: [PATCH] CMS-413: Update link in winter season limited access advisory (#1482) --- src/gatsby/src/utils/advisoryHelper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gatsby/src/utils/advisoryHelper.js b/src/gatsby/src/utils/advisoryHelper.js index 107423de5..4135fce27 100644 --- a/src/gatsby/src/utils/advisoryHelper.js +++ b/src/gatsby/src/utils/advisoryHelper.js @@ -39,7 +39,7 @@ const WINTER_FULL_PARK_ADVISORY = { title: "Limited access to this park during winter season", description: `

Vehicle access to the park is not available during the winter season. Visitors can still access the park on foot, but parking may not be available. Check - dates of operation for details and + camping and facilities for details and opening dates.

`, urgency: { sequence: 1, color: "blue" }, eventType: { eventType: "Winter access" } @@ -50,7 +50,7 @@ const WINTER_SUB_AREA_ADVISORY = { title: "Limited access to some areas during the winter season", description: `

Vehicle access to some areas of the park is not available during the winter season. Visitors can still access them on foot, but parking may not be available. Check - dates of operation for details and opening + camping and facilities for details and opening dates.

`, urgency: { sequence: 1, color: "blue" }, eventType: { eventType: "Winter access" }