diff --git a/components/content/carousel/index.tsx b/components/content/carousel/index.tsx index dd6755a..6dc9b43 100755 --- a/components/content/carousel/index.tsx +++ b/components/content/carousel/index.tsx @@ -31,7 +31,7 @@ const ContentCarousel = ({
{portfolioData.title}
{portfolioData.description}
- {portfolioData.prototypeIframeURL &&
+ {portfolioData.prototypeIframeURL &&
{/* {} */} {portfolioData.heroImgSrc && -
+
diff --git a/components/form/ContactForm/index.tsx b/components/form/ContactForm/index.tsx index fa87fdf..86f4fb6 100644 --- a/components/form/ContactForm/index.tsx +++ b/components/form/ContactForm/index.tsx @@ -17,8 +17,8 @@ const ContactForm = () => { return (
-
-
+ +
@@ -27,7 +27,7 @@ const ContactForm = () => { {errors.lastName &&

Last name is required.

}
-