Skip to content

Commit

Permalink
CMS-413: Update link in winter season limited access advisory (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumi-oxd authored Oct 3, 2024
1 parent 99c634c commit a599f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gatsby/src/utils/advisoryHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const WINTER_FULL_PARK_ADVISORY = {
title: "Limited access to this park during winter season",
description: `<p>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
<a href="#park-dates-container">dates of operation</a> for details and
<a href="#camping">camping</a> and <a href="#facilities">facilities</a> for details and
opening dates.</p>`,
urgency: { sequence: 1, color: "blue" },
eventType: { eventType: "Winter access" }
Expand All @@ -50,7 +50,7 @@ const WINTER_SUB_AREA_ADVISORY = {
title: "Limited access to some areas during the winter season",
description: `<p>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
<a href="#park-dates-container">dates of operation</a> for details and opening
<a href="#camping">camping</a> and <a href="#facilities">facilities</a> for details and opening
dates.</p>`,
urgency: { sequence: 1, color: "blue" },
eventType: { eventType: "Winter access" }
Expand Down

0 comments on commit a599f5a

Please sign in to comment.