We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568f672 commit ec7b631Copy full SHA for ec7b631
2 files changed
src/templates/page/contact.tsx
@@ -24,7 +24,6 @@ const ContactPage = () => {
24
<div className="w-full hidden sm:flex justify-center p-12 bg-gray-200">
25
<div className="max-w-tablet m-auto bg-white rounded-xl overflow-hidden shadow-lg">
26
<Header className={`hidden sm:block h-48 w-full px-4`} imageUrl={imageUrl} style={{}} />
27
-
28
<div className="p-4">
29
<ContactForm />
30
</div>
0 commit comments