fix: fixed build and resolved conflicting dependencies
This commit is contained in:
@ -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}
|
||||
|
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user