Skip to content

Commit

Permalink
Merge pull request #76 from UKHSA-Internal/COVP-171_waffle_chart_link…
Browse files Browse the repository at this point in the history
…_fix

COVP-171 Fix waffle chart link
jaro-m authored Nov 16, 2023
2 parents 4c1b49c + d2f14a2 commit 5862800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions coronavirus_dashboard_summary/Templates/Card.Vaccinations.fs
Original file line number Diff line number Diff line change
@@ -226,7 +226,7 @@ type Payload (metadata: MetaData.ContentMetadata, release: TimeStamp.Release) =
_itemprop "thumbnailUrl"
$"{ Generic.UrlLocation }/downloads/homepage/{ release.isoDate }/vaccinations/{ areaType.ToLower() }/"
+ getter this.metadata.metric "area_code"
+ "_75_plus_thumbnail.svg"
+ "_65_plus_thumbnail.svg"
|> _content
]
meta [
@@ -318,7 +318,7 @@ type Payload (metadata: MetaData.ContentMetadata, release: TimeStamp.Release) =
$"{Generic.UrlLocation}/downloads/homepage/{ release.isoDate }/vaccinations/"
+ getter this.metadata.metric "area_type"
+ "/" + getter this.metadata.metric "area_code"
+ "_75_plus_thumbnail.svg"
+ "_65_plus_thumbnail.svg"
|> _src

"Chart displaying the percentage of population aged 65+ given a spring booster in "

0 comments on commit 5862800

Please sign in to comment.