Skip to content

Commit 2ccd0c6

Browse files
authored
Merge pull request #179 from PublicHealthEngland/development
Adds announcement No conflict detected.
2 parents def5a4d + 99cd2f3 commit 2ccd0c6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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.2",
3+
"version": "1.7.3",
44
"private": true,
55
"homepage": "https://coronavirus.data.gov.uk/",
66
"dependencies": {

src/components/Announcement/Announcement.style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export const Container: ComponentType<*> = (() => {
1010
flex-direction: column;
1111
padding: 20px;
1212
border: 5px solid #1d70b8;
13+
margin-top: 1rem;
1314
1415
@media only screen and (max-width: 768px) {
1516
grid-column: span 3;

src/pages/Regional/Regional.js

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

129-
<Announcement firstDisplayDate={ { year: 2020, month: 4, day: 27 } }
130-
lastDisplayDate={ { year: 2020, month: 5, day: 1 } }>
129+
<Announcement firstDisplayDate={ { year: 2020, month: 6, day: 1 } }
130+
lastDisplayDate={ { year: 2020, month: 6, day: 4 } }>
131131
<p className={ "govuk-body" }>
132-
The way COVID-19 deaths are reported has changed.
133-
For details see the&nbsp;
132+
Note that the definition for deaths in England changed on 1 June 2020.
133+
See the &nbsp;
134134
<Link to={ '/about' }
135135
className={ "govuk-link govuk-link--no-visited-state" }>
136136
About the data
137-
</Link>&nbsp;page.
137+
</Link>&nbsp;page for details.
138138
</p>
139139
</Announcement>
140140

0 commit comments

Comments
 (0)