From e6a677bfd426c584cea63cf9fc38d9d22eaf12b5 Mon Sep 17 00:00:00 2001 From: cris lombardo Date: Wed, 31 Jan 2024 14:32:18 -0500 Subject: [PATCH] fix: contact form now a
element --- src/components/styledComponents/StyledContactForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/styledComponents/StyledContactForm.tsx b/src/components/styledComponents/StyledContactForm.tsx index 533c035..88b7dab 100644 --- a/src/components/styledComponents/StyledContactForm.tsx +++ b/src/components/styledComponents/StyledContactForm.tsx @@ -1,6 +1,6 @@ import styled from "styled-components"; -export const StyledContactForm = styled.div` +export const StyledContactForm = styled.form` position: relative; margin-block: 1rem;