sort gallery by Vibrant hue

This commit is contained in:
2022-06-18 00:11:34 -07:00
parent 479d3d661e
commit 82419df7b1
4 changed files with 25 additions and 13 deletions

View File

@@ -145,7 +145,7 @@ const GalleryImage = ({ data, pageContext }) => {
<GatsbyImage
alt={name}
className={classnames(
"border-4 border-muted-light",
"border-4 border-vibrant",
zoom ? "cursor-zoom-out" : "cursor-zoom-in"
)}
image={getImage(image)}