Skip to content

Commit

Permalink
Merge pull request #621 from CodeWritingCow/codewritingcow/618-change…
Browse files Browse the repository at this point in the history
…-card-titles-to-h3

618: Change card titles to H3 tags on Transform Property page
  • Loading branch information
nlebovits committed May 3, 2024
2 parents 5704e21 + c7f175d commit dde9d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const ContentCard: FC<ContentCardProps> = ({
</div>
<div className="flex items-center p-6">
<div>
<h4 className="font-bold mb-2 heading-lg">{title}</h4>
<h3 className="font-bold mb-2 heading-lg">{title}</h3>
<p>{body}</p>

{details && details.length > 0 && (
Expand Down

0 comments on commit dde9d9a

Please sign in to comment.