Skip to content

Commit

Permalink
update h3 to h2
Browse files Browse the repository at this point in the history
  • Loading branch information
James McLeod committed Feb 17, 2022
1 parent 1c30768 commit b2387b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/HomepageFeatures.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function Feature({ title, description, ...props }: FeatureItem) {
/>
)}
<div className='padding-horiz--md'>
<h3>{title}</h3>
<h2>{title}</h2>
<p>{description}</p>
</div>
</div>
Expand Down

0 comments on commit b2387b4

Please sign in to comment.