diff --git a/src/components/GalleryImage/GalleryImage.js b/src/components/GalleryImage/GalleryImage.js index 5784441..02248b5 100644 --- a/src/components/GalleryImage/GalleryImage.js +++ b/src/components/GalleryImage/GalleryImage.js @@ -166,7 +166,7 @@ const GalleryImage = ({ > gallery esc - {prevImage && ( + {/* {prevImage && ( previous ⭠ - )} - {nextImage && ( + )} */} + {/* {nextImage && ( next ⭢ - )} + )} */} -
- {image.base} -
- {hasName(image) && ( -+ {image.base} +
+ {hasName(image) && ( +{meta.Caption}
+ { + try { + window.plausible("Download Wallpaper", { + props: { image: image.base }, + }); + } catch { + // do nothing + } + }} + > + Download wallpaper + +