@t2ca/gatsby-theme-showcase 1.0.10 → 1.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2ca/gatsby-theme-showcase",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -21,7 +21,6 @@ export default ({ setMenuOpen, styles, menuOpen, nav, name, menuList }) => {
21
21
  }}
22
22
  >
23
23
  <MenuButton
24
- disabled={menuOpen}
25
24
  onClick={e => {
26
25
  setMenuOpen(!menuOpen)
27
26
  // if (!props.menuOpen) return props.setMenuOpen(!props.menuOpen)
@@ -33,7 +33,7 @@ export default props => {
33
33
  border: 0,
34
34
  appearance: "none",
35
35
  ":focus": {
36
- outline: "0",
36
+ outline: "none",
37
37
  },
38
38
  "@media screen and (min-width: 768px)": {
39
39
  display: "none",
@@ -21,6 +21,9 @@ export const query = graphql`
21
21
  query($projectID: String!) {
22
22
  projectYaml(id: { eq: $projectID }) {
23
23
  title
24
+ url
25
+ body
26
+ date
24
27
  hero {
25
28
  childImageSharp {
26
29
  fluid {