add ids to links on index page
This commit is contained in:
parent
5917b872c2
commit
a50d2b6534
@ -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',
|
'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')}
|
isClient && 'text-muted-dark bg-muted-light hover:border-muted border-muted-dark')}
|
||||||
// style={{top: '5px'}}
|
// style={{top: '5px'}}
|
||||||
|
id="image-link"
|
||||||
title="view image details"
|
title="view image details"
|
||||||
to={`/photogallery/${image.base}/`}
|
to={`/photogallery/${image.base}/`}
|
||||||
>
|
>
|
||||||
@ -156,6 +157,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
|
|||||||
className={classnames(
|
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',
|
'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')}
|
isClient && 'text-muted-dark bg-muted-light hover:border-muted border-muted-dark')}
|
||||||
|
id="photogallery-link"
|
||||||
to="/photogallery/"
|
to="/photogallery/"
|
||||||
>
|
>
|
||||||
Photography Gallery
|
Photography Gallery
|
||||||
|
Loading…
x
Reference in New Issue
Block a user