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