fix: fixed build and resolved conflicting dependencies

This commit is contained in:
2024-06-19 15:23:24 +03:00
parent 99521fe8c7
commit c94ed82dba
4 changed files with 7940 additions and 7601 deletions

View File

@ -318,7 +318,7 @@ export const Li = styled.li`
export const StyledLink = styled((props) => <Link {...props} />)`
padding-right: 0.8rem !important;
padding-left: 0.8rem !important;
color: white;
color: white !important;
&:before {
${LinkUnderlineStyles}

View File

@ -63,7 +63,6 @@ const Contact: React.FC<PageProps<DataProps>> = ({ data, location }) => {
<StyledHeading>Contact Us</StyledHeading>
<form
className="kwes-form"
onSubmit={async (evt) => {
evt.preventDefault()