File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff 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;
Original file line number Diff line number Diff 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
132+ Note that the definition for deaths in England changed on 1 June 2020 .
133+ See the
134134 < Link to = { '/about' }
135135 className = { "govuk-link govuk-link--no-visited-state" } >
136136 About the data
137- </ Link > page.
137+ </ Link > page for details .
138138 </ p >
139139 </ Announcement >
140140
You can’t perform that action at this time.
0 commit comments