{data.allWordpressPost.edges.map(({ node }) => (
diff --git a/src/components/WorkStyle.js b/src/components/WorkStyle.js index 0bf22ce..f055925 100644 --- a/src/components/WorkStyle.js +++ b/src/components/WorkStyle.js @@ -18,7 +18,7 @@ const WorkStyle = ({ ...props }) => (
@@ -39,8 +39,8 @@ const WorkStyle = ({ ...props }) => (
@@ -62,8 +62,8 @@ const WorkStyle = ({ ...props }) => (
diff --git a/src/pages/about.js b/src/pages/about.js index 3033a37..40bb759 100644 --- a/src/pages/about.js +++ b/src/pages/about.js @@ -6,9 +6,9 @@ import SectionIntro from '../components/SectionIntro' const AboutPage = () => (