From a50d2b65340d8510c0adb6de31ff77621d9686a5 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 20 Jun 2021 04:06:18 -0700 Subject: [PATCH] add ids to links on index page --- src/pages/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.js b/src/pages/index.js index b38e1e9..196fedd 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -133,6 +133,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { 'hover:underline inline-block px-1 my-1 mr-2 text-md rounded-md border-2', isClient && 'text-muted-dark bg-muted-light hover:border-muted border-muted-dark')} // style={{top: '5px'}} + id="image-link" title="view image details" to={`/photogallery/${image.base}/`} > @@ -156,6 +157,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => { className={classnames( 'hover:underline p-3 px-5 py-4 my-3 text-md sm:text-lg rounded-md border-2 arrow-right-after font-bold font-serif', isClient && 'text-muted-dark bg-muted-light hover:border-muted border-muted-dark')} + id="photogallery-link" to="/photogallery/" > Photography Gallery