fix galleryimage
This commit is contained in:
parent
b2a85ba0ec
commit
399a48b2a6
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user