Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development'
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Jun 24, 2020
2 parents d29b8e1 + cbd1d9e commit 02bfb02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "covid-public",
"version": "1.7.4",
"version": "1.7.5",
"private": true,
"homepage": "https://coronavirus.data.gov.uk/",
"dependencies": {
Expand Down
15 changes: 7 additions & 8 deletions src/pages/Regional/Regional.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,14 @@ const Regional: ComponentType<Props> = ({}: Props) => {
return (
<Styles.Container className="govuk-width-container">

<Announcement firstDisplayDate={ { year: 2020, month: 6, day: 1 } }
lastDisplayDate={ { year: 2020, month: 6, day: 4 } }>
<Announcement firstDisplayDate={ { year: 2020, month: 6, day: 24, hour: 15, minute: 59 } }
lastDisplayDate={ { year: 2021, month: 1, day: 1 } }>
<p className={ "govuk-body" }>
Note that the definition for deaths in England changed on 1 June 2020.
See the &nbsp;
<Link to={ '/about' }
className={ "govuk-link govuk-link--no-visited-state" }>
About the data
</Link>&nbsp;page for details.
We are launching a new version of the dashboard. We welcome your feedback
on the&nbsp;<a href={ "https://coronavirus-staging.data.gov.uk" }
target={ "_blank" }
rel={ "noopener noreferrer" }>
BETA release</a>&nbsp;of the new service.
</p>
</Announcement>

Expand Down

0 comments on commit 02bfb02

Please sign in to comment.