From 2657802789c575172ced36a7646c07f2d00e1a4b Mon Sep 17 00:00:00 2001 From: gabalafou Date: Fri, 23 Aug 2024 11:11:16 +0200 Subject: [PATCH 1/2] Make blog title h1 not h2 --- apps/consulting/components/FeatureArticle/FeatureArticle.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/consulting/components/FeatureArticle/FeatureArticle.tsx b/apps/consulting/components/FeatureArticle/FeatureArticle.tsx index 289fe806f..2dfd93f95 100644 --- a/apps/consulting/components/FeatureArticle/FeatureArticle.tsx +++ b/apps/consulting/components/FeatureArticle/FeatureArticle.tsx @@ -15,9 +15,9 @@ export const FeatureArticle: FC = ({ }) => { return (
-

+

{title} -

+
{decorationSrc && decorationAlt && (
From 54401d95cab86c3f4ad40277f7743b0fbfb91a1a Mon Sep 17 00:00:00 2001 From: gabalafou Date: Fri, 23 Aug 2024 11:39:02 +0200 Subject: [PATCH 2/2] Change h2 to h1 in the right place --- apps/consulting/components/FeatureArticle/FeatureArticle.tsx | 4 ++-- .../labs/components/Posts/PostMetaSection/PostMetaSection.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/consulting/components/FeatureArticle/FeatureArticle.tsx b/apps/consulting/components/FeatureArticle/FeatureArticle.tsx index 2dfd93f95..289fe806f 100644 --- a/apps/consulting/components/FeatureArticle/FeatureArticle.tsx +++ b/apps/consulting/components/FeatureArticle/FeatureArticle.tsx @@ -15,9 +15,9 @@ export const FeatureArticle: FC = ({ }) => { return (
-

+

{title} -

+
{decorationSrc && decorationAlt && (
diff --git a/apps/labs/components/Posts/PostMetaSection/PostMetaSection.tsx b/apps/labs/components/Posts/PostMetaSection/PostMetaSection.tsx index c111f00b7..77be226cd 100644 --- a/apps/labs/components/Posts/PostMetaSection/PostMetaSection.tsx +++ b/apps/labs/components/Posts/PostMetaSection/PostMetaSection.tsx @@ -15,9 +15,9 @@ export const PostMetaSection: FC = ({ }) => { return ( <> -

+

{title} -

+

Published {published}