Skip to content

Commit

Permalink
fix(contact page): remove form attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarmontuya committed Dec 22, 2023
1 parent c403543 commit 244af73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/views/zesty/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ function Contact({ content }) {

return (
<ThemeProvider theme={() => revampTheme(theme.palette.mode)}>
<GetDemoSection
{...getDemoSectionProps}
isContact
redirect="/ppc/thank-you/"
/>
<GetDemoSection {...getDemoSectionProps} />
</ThemeProvider>
// <Box>
// <ContactFormWithSidebarMap
Expand Down

0 comments on commit 244af73

Please sign in to comment.