diff --git a/gatsby/src/components/GalleryImage.js b/gatsby/src/components/GalleryImage.js index bd16d50..cf261c8 100644 --- a/gatsby/src/components/GalleryImage.js +++ b/gatsby/src/components/GalleryImage.js @@ -36,7 +36,7 @@ const GalleryImage = ({ data }) => { style={getVibrantToHelmetSafeBodyStyle(vibrant)} /> - back + gallery
1 ? 'flex-col' : 'flex-row-reverse')} style={{ margin: '0 5vw' }}>
diff --git a/gatsby/src/pages/index.js b/gatsby/src/pages/index.js index 5aa11cf..c7894d2 100644 --- a/gatsby/src/pages/index.js +++ b/gatsby/src/pages/index.js @@ -24,6 +24,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { }, [isClient]); return (<> + Chuck Dries { diff --git a/gatsby/src/pages/photogallery.js b/gatsby/src/pages/photogallery.js index 9df8194..c06a56a 100644 --- a/gatsby/src/pages/photogallery.js +++ b/gatsby/src/pages/photogallery.js @@ -20,7 +20,7 @@ const GalleryPage = ({ data }) => {
- back + home

Photo Gallery