diff --git a/src/content/pages/help.md b/src/content/pages/help.md
index ac5e3ce49..3c7b24b58 100644
--- a/src/content/pages/help.md
+++ b/src/content/pages/help.md
@@ -8,6 +8,6 @@ The COVID Tracking Project was [founded by three people](https://covidtracking.c
In the meantime, we have a request for everyone who can afford to make a financial contribution: Subscribe to your local newspaper. If you can, maybe consider subscribing to a few.
-Without the labor of local reporters, we wouldn't have a lot of the data we now receive from state public health authorities—and without financial support from people who care about transparency and governance, many vital news organizations won't make it through an economic crisis.
+Without the labor of local reporters, we wouldn't have a lot of the data we now receive from state public health authorities—and without financial support from people who care about transparency and governance, many vital news organizations won't make it through an economic crisis.
-And thank you, from all of us on the project, for caring about this work.
\ No newline at end of file
+And thank you, from all of us on the project, for caring about this work.
diff --git a/src/pages/404.js b/src/pages/404.js
index bc4c31d79..77a691f9d 100644
--- a/src/pages/404.js
+++ b/src/pages/404.js
@@ -1,7 +1,7 @@
-import React from "react"
+import React from 'react'
-import Layout from "../components/layout"
-import SEO from "../components/seo"
+import Layout from '../components/layout'
+import SEO from '../components/seo'
const NotFoundPage = () => (
diff --git a/src/stories/12-Press-links.stories.js b/src/stories/12-Press-links.stories.js
index 09c3d581b..3be32b118 100644
--- a/src/stories/12-Press-links.stories.js
+++ b/src/stories/12-Press-links.stories.js
@@ -5,38 +5,44 @@ export default {
title: 'Press Links',
}
-export const regular = () =>
+export const regular = () =>
const dummyData = {
- "allCovidPress": {
- "edges": [
+ allCovidPress: {
+ edges: [
{
- "node": {
- "title": "Coronavirus update: 392,870 cases globally, 17,159 deaths, Italy shows glimmer of hope and NYC remains U.S. epicenter",
- "url": "https://www.marketwatch.com/story/coronavirus-update-392870-cases-globally-17159-deaths-italy-shows-glimmer-of-hope-and-nyc-remains-us-epicenter-2020-03-24?siteid=yhoof2&yptr=yahoo",
- "publishDate": "24 March 2020",
- "id": "e0b4614e-ad97-5d0f-9cde-582b88c815ff",
- "publication": "MarketWatch"
- }
+ node: {
+ title:
+ 'Coronavirus update: 392,870 cases globally, 17,159 deaths, Italy shows glimmer of hope and NYC remains U.S. epicenter',
+ url:
+ 'https://www.marketwatch.com/story/coronavirus-update-392870-cases-globally-17159-deaths-italy-shows-glimmer-of-hope-and-nyc-remains-us-epicenter-2020-03-24?siteid=yhoof2&yptr=yahoo',
+ publishDate: '24 March 2020',
+ id: 'e0b4614e-ad97-5d0f-9cde-582b88c815ff',
+ publication: 'MarketWatch',
+ },
},
{
- "node": {
- "title": "Comparing COVID-19 in Minnesota and its neighbors in Upper Midwest",
- "url": "https://www.mprnews.org/story/2020/03/17/comparing-covid19-in-minnesota-and-its-neighbors-in-upper-midwest",
- "publishDate": "23 March 2020",
- "id": "72d7dbae-24b3-5253-8a3e-9bbbe54d23f7",
- "publication": "Minnesota Public Radio"
- }
+ node: {
+ title:
+ 'Comparing COVID-19 in Minnesota and its neighbors in Upper Midwest',
+ url:
+ 'https://www.mprnews.org/story/2020/03/17/comparing-covid19-in-minnesota-and-its-neighbors-in-upper-midwest',
+ publishDate: '23 March 2020',
+ id: '72d7dbae-24b3-5253-8a3e-9bbbe54d23f7',
+ publication: 'Minnesota Public Radio',
+ },
},
{
- "node": {
- "title": "Coronavirus cases top 300,000 worldwide as US becomes one of worst hit countries",
- "url": "https://www.cnbc.com/2020/03/21/coronavirus-cases-top-300000-worldwide-as-us-becomes-one-of-worst-hit.html",
- "publishDate": "21 March 2020",
- "id": "a5ecabb4-c79a-58d3-b85e-e54035471d25",
- "publication": "CNBC"
- }
- }
- ]
- }
+ node: {
+ title:
+ 'Coronavirus cases top 300,000 worldwide as US becomes one of worst hit countries',
+ url:
+ 'https://www.cnbc.com/2020/03/21/coronavirus-cases-top-300000-worldwide-as-us-becomes-one-of-worst-hit.html',
+ publishDate: '21 March 2020',
+ id: 'a5ecabb4-c79a-58d3-b85e-e54035471d25',
+ publication: 'CNBC',
+ },
+ },
+ ],
+ },
}