Skip to content

Commit

Permalink
edit gatsby config
Browse files Browse the repository at this point in the history
  • Loading branch information
raney24 committed Dec 16, 2022
1 parent aaf2b94 commit 83a6e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions web/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
token,
watchMode: !isProd,
overlayDrafts: !isProd && token,
graphqlTag: 'beta'
graphqlTag: 'beta',
}
},
{
Expand All @@ -37,8 +37,6 @@ module.exports = {
options: {
url: `https://anchor.fm/s/81dfae4/podcast/rss`,
name: `AnchorPodcast`,
// Optional
// Read parser document: https://github.com/bobby-brennan/rss-parser#readme
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/Modal/ModalCustom.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import BrandButton from '../UI/BrandButton/BrandButton'
// import Title from "../components/UI/Title/Title";
import Title from "..//UI/Title/Title"
import Subtitle from "../UI/Subtitle/Subtitle";
import * as styles from "./ButtonModal.module.css";
import * as styles from "./Modal.module.css";

/*In order to use the ModalCustom Component (it was renamed to ModalCustom because Modal is a saved component name for react-bootstrap), state must be imported to whatever component it is used in:
Expand Down

0 comments on commit 83a6e89

Please sign in to comment.