From c7f175d16d38518a51465cf56759831c757e6b30 Mon Sep 17 00:00:00 2001 From: Gary Pang Date: Fri, 3 May 2024 02:08:31 -0400 Subject: [PATCH] Replace h4 tags on Transform Property page Replace h4 tags with h3 tags on page to avoid skipping heading levels. --- src/components/ContentCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentCard.tsx b/src/components/ContentCard.tsx index 0a1592c9..e7401bd1 100644 --- a/src/components/ContentCard.tsx +++ b/src/components/ContentCard.tsx @@ -62,7 +62,7 @@ const ContentCard: FC = ({
-

{title}

+

{title}

{body}

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