Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyfayock committed Sep 7, 2021
1 parent c56d29e commit c4cdd09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions src/data/map-services.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
];
9 changes: 2 additions & 7 deletions src/pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<Layout pageName="about">
Expand Down

0 comments on commit c4cdd09

Please sign in to comment.