Skip to content

Commit 02bfb02

Browse files
committed
Merge remote-tracking branch 'origin/development'
2 parents d29b8e1 + cbd1d9e commit 02bfb02

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "covid-public",
3-
"version": "1.7.4",
3+
"version": "1.7.5",
44
"private": true,
55
"homepage": "https://coronavirus.data.gov.uk/",
66
"dependencies": {

src/pages/Regional/Regional.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -126,15 +126,14 @@ const Regional: ComponentType<Props> = ({}: Props) => {
126126
return (
127127
<Styles.Container className="govuk-width-container">
128128

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

0 commit comments

Comments
 (0)