We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1248eb0 + cd9d31a commit a051c41Copy full SHA for a051c41
src/components/Form/PipedriveForm.js
@@ -40,7 +40,7 @@ const PipedriveForm = ({ data }) => {
40
<div className="container d-flex px-lg-2 flex-wrap">
41
<div className="col-12 col-md-6 pe-md-5">
42
{title && (
43
- <h1 className="title text-start">{title}</h1>
+ <h2 className="title text-start">{title}</h2>
44
)}
45
{content && (
46
<MarkdownView
0 commit comments