diff --git a/src/components/sections/DevTools.tsx b/src/components/sections/DevTools.tsx index bb81fd68..1562a139 100644 --- a/src/components/sections/DevTools.tsx +++ b/src/components/sections/DevTools.tsx @@ -13,22 +13,9 @@ import network from '~/images/screenshots/view-network-requests.png' import { LandingPageFragment } from '~/lib/basehub-queries' const images = { - testSteps: { - type: 'image', - src: testSteps - }, - console: { - type: 'mux-video', - src: '9ERwx5ymPqmmqMeRIhVqCvnhyy009017y00mtdvISQF6fI' - }, - react: { - type: 'image', - src: react - }, - network: { - type: 'image', - src: network - } + testSteps, + react, + network } export function DevTools({ devTools }: LandingPageFragment) { @@ -124,7 +111,7 @@ export function DevTools({ devTools }: LandingPageFragment) { {feature.type === 'image' ? (

{feature.subTitle}

- {featureImage.type === 'image' && ( + {feature.type === 'image' ? ( - )} - {featureImage.type === 'mux-video' && ( + ) : (