Skip to content

Commit

Permalink
Correct locProvsio flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjmnrsh committed Sep 16, 2024
1 parent 6dc8ac5 commit 2de7e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/LocationSidebar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const {
parking,
siteInfo,
locProviso = `Please note opening times and access information may change. Please visit the site partner website listed above or phone ahead for updated information.`
} = Astro.props as ValidUrl
} = Astro.props
// Validate w3w format
if (!isValidW3WFormat(w3w)) {
Expand Down Expand Up @@ -259,7 +259,7 @@ const textColorVar = `var(${textColor})`
)
}
{
siteInfo && (
locProviso && (
<li class="info-item proviso">
<Icon name="material-symbols-light:release-alert-outline-rounded" />
<div class="item-subject">
Expand Down

0 comments on commit 2de7e3b

Please sign in to comment.