WIP gallery scrolls to image hash

This commit is contained in:
2022-06-16 00:01:00 -07:00
parent 7b6a3337c9
commit a94cd6b85d
5 changed files with 39 additions and 5 deletions

View File

@@ -108,7 +108,7 @@ const GalleryImage = ({ data, pageContext }) => {
</Link>
<Link
className="hover:underline text-vibrant-light hover:text-muted-light mx-1"
to="/photogallery/"
to={`/photogallery/#${image.base}`}
>
gallery <span className="bg-gray-300 text-black">esc</span>
</Link>