diff --git a/src/data/map-services.js b/src/data/map-services.js index 8205e6a..e94d7ab 100644 --- a/src/data/map-services.js +++ b/src/data/map-services.js @@ -8,7 +8,6 @@ export const mapServices = [ { name: "BlueMarble", attribution: "© NASA Blue Marble, image service by OpenGeo", - url: - "https://gibs-{s}.earthdata.nasa.gov/wmts/epsg3857/best/BlueMarble_ShadedRelief_Bathymetry/default//EPSG3857_500m/{z}/{y}/{x}.jpeg", + url: "https://gibs-{s}.earthdata.nasa.gov/wmts/epsg3857/best/BlueMarble_ShadedRelief_Bathymetry/default//EPSG3857_500m/{z}/{y}/{x}.jpeg", }, ]; diff --git a/src/pages/about.js b/src/pages/about.js index 2469406..564c7eb 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -7,13 +7,8 @@ import Layout from "components/Layout"; import Container from "components/Container"; const SecondPage = () => { - const { - companyName, - companyUrl, - authorName, - authorUrl, - siteDescription, - } = useSiteMetadata(); + const { companyName, companyUrl, authorName, authorUrl, siteDescription } = + useSiteMetadata(); return (