change out image button for expand button

This commit is contained in:
Chuck Dries 2021-06-20 09:43:36 -07:00
parent a50d2b6534
commit afbb9754e2

View File

@ -137,7 +137,7 @@ const IndexPage = ({ data: { allFile: { edges } } }) => {
title="view image details"
to={`/photogallery/${image.base}/`}
>
<span className="icon-offset"><ion-icon name="image"></ion-icon></span>
<span className="icon-offset"><ion-icon name="expand"></ion-icon></span>
</Link>
<button
className={classnames(