Skip to content

Commit cd9d31a

Browse files
committed
SBIT-606 Se modifica una etiqueta h1
1 parent c2c729a commit cd9d31a

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)