fix galleryimage

This commit is contained in:
Chuck Dries 2022-02-28 18:53:00 -08:00
parent b2a85ba0ec
commit 399a48b2a6
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

@ -6,7 +6,7 @@ import {
getName, getName,
getShutterFractionFromExposureTime, getShutterFractionFromExposureTime,
getVibrant, getVibrant,
getVibrantToHelmetSafeBodyStyle, getHelmetSafeBodyStyle,
hasName, hasName,
} from "../../utils"; } from "../../utils";
import { GatsbyImage, getImage } from "gatsby-plugin-image"; import { GatsbyImage, getImage } from "gatsby-plugin-image";
@ -86,7 +86,7 @@ const GalleryImage = ({ data, pageContext }) => {
<title>{name} - Gallery | Chuck Dries</title> <title>{name} - Gallery | Chuck Dries</title>
<body <body
className="text-vibrant-light bg-vibrant-dark" className="text-vibrant-light bg-vibrant-dark"
style={getVibrantToHelmetSafeBodyStyle(vibrant)} style={getHelmetSafeBodyStyle(vibrant)}
/> />
</Helmet> </Helmet>
<div className="min-h-screen flex flex-col justify-between"> <div className="min-h-screen flex flex-col justify-between">