Skip to content

Commit a051c41

Browse files
Merge pull request #132 from bitlogic/SBIT-606-semrush-varias-etiquetas-h1
SBIT-606 Se modifica una etiqueta h1
2 parents 1248eb0 + cd9d31a commit a051c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Form/PipedriveForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const PipedriveForm = ({ data }) => {
4040
<div className="container d-flex px-lg-2 flex-wrap">
4141
<div className="col-12 col-md-6 pe-md-5">
4242
{title && (
43-
<h1 className="title text-start">{title}</h1>
43+
<h2 className="title text-start">{title}</h2>
4444
)}
4545
{content && (
4646
<MarkdownView

0 commit comments

Comments
 (0)