change out image button for expand button
This commit is contained in:
parent
a50d2b6534
commit
afbb9754e2
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user