From 74602127249d3d9c5229ee633effe280eaee466d Mon Sep 17 00:00:00 2001 From: Jake Laderman Date: Fri, 22 Nov 2024 17:16:30 -0500 Subject: [PATCH 1/3] fix forms to enable hubspot --- src/components/custom-page/Multimedia.tsx | 24 ++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/src/components/custom-page/Multimedia.tsx b/src/components/custom-page/Multimedia.tsx index 4fa9e254..f9df6d92 100644 --- a/src/components/custom-page/Multimedia.tsx +++ b/src/components/custom-page/Multimedia.tsx @@ -1,7 +1,5 @@ import { type ComponentPropsWithRef } from 'react' -import { Code } from '@pluralsh/design-system' - import styled from 'styled-components' import { getImageUrl } from '@src/consts/routes' @@ -47,7 +45,27 @@ export function Multimedia({ url={videoUrl ?? ''} /> ) : mediaType === 'form' ? ( - {form ?? ''} +