diff --git a/gatsby-node.js b/gatsby-node.js index 369bcc6896..420b07abe1 100644 --- a/gatsby-node.js +++ b/gatsby-node.js @@ -647,5 +647,5 @@ exports.onPreBootstrap = () => { fs.copySync(scriptsCopyFrom, scriptsCopyTo) } -/* todo should there be an error thrown if a release note category is set that is not allowed */ -/* todo, infer published date from file name. And throw an error if there are files that don't follow the pattern. */ +/* todo Should there be an error thrown if a release note category is set that is not allowed? */ +/* todo, Infer published date from file name. And throw an error if there are files that don't follow the pattern. */ diff --git a/gatsby-ssr.js b/gatsby-ssr.js index c256b36a8b..5fe5f94363 100644 --- a/gatsby-ssr.js +++ b/gatsby-ssr.js @@ -5,7 +5,7 @@ import { GlobalWrapper } from "@pantheon-systems/pds-toolkit-react" import { MOBILE_MENU_BREAKPOINT } from './src/vars/responsive' /* - * Add global scripts to ensure Bootstrap and jQuery JS is included + * Add global scripts to ensure Bootstrap and jQuery JS is included. */ export const onRenderBody = ({ setPostBodyComponents }) => { setPostBodyComponents([ diff --git a/src/components/alert/index.js b/src/components/alert/index.js index 16a976b2aa..452956c329 100644 --- a/src/components/alert/index.js +++ b/src/components/alert/index.js @@ -1,7 +1,5 @@ import React from "react" - import { Callout } from "@pantheon-systems/pds-toolkit-react" - import "./style.css" const Alert = ({ title, type, icon, children }) => {