Skip to content

Commit

Permalink
Merge 44dab7d into 2121e87
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector authored Dec 18, 2024
2 parents 2121e87 + 44dab7d commit 5c0e865
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
2 changes: 1 addition & 1 deletion gatsby-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([
Expand Down
2 changes: 0 additions & 2 deletions src/components/alert/index.js
Original file line number Diff line number Diff line change
@@ -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 }) => {
Expand Down

0 comments on commit 5c0e865

Please sign in to comment.