Move GalleryImage and separate MetadataItem into component

This commit is contained in:
2021-07-10 09:45:25 -07:00
parent 46bcc43688
commit 2d89e3ff4c
5 changed files with 32 additions and 54 deletions

View File

@@ -9,8 +9,6 @@ import posthog from 'posthog-js';
import { getVibrantToHelmetSafeBodyStyle, getVibrant, getAspectRatio } from '../utils';
import { HeroA } from '../components/Index/HeroLink';
// TODO: better text colors in situations of low contrast
const env = process.env.GATSBY_ACTIVE_ENV || process.env.NODE_ENV || 'development';
const getDifferentRand = (range, lastNs, iterations = 0) => {