Skip to content

Commit e153dc7

Browse files
update the Title component tag( then h3 now is h2 tag)
1 parent ab7f897 commit e153dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Title/Title.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Title = ({subTitle, title}) => {
55
return (
66
<div className='title'>
77
<p>{subTitle}</p>
8-
<h3>{title}</h3>
8+
<h2>{title}</h2>
99
</div>
1010
)
1111
}

0 commit comments

Comments
 (0)