Skip to content

Commit

Permalink
fix waffle chart link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslaw Michalski committed Nov 16, 2023
1 parent 4c1b49c commit d2f14a2
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
Expand Up @@ -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 [
Expand Down Expand Up @@ -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 "
Expand Down

0 comments on commit d2f14a2

Please sign in to comment.