From 88f20f9f927012db81e86e9cb6dafd018aba910e Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Thu, 17 Jun 2021 00:51:18 -0700 Subject: [PATCH] aesthetic updates to links --- gatsby/src/components/GalleryImage.js | 2 +- gatsby/src/pages/index.js | 3 ++- gatsby/src/pages/photogallery.js | 2 +- gatsby/src/styles/global.css | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) 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