From 8113658d8b4b1c42e16b8369e64eeccf43d509a2 Mon Sep 17 00:00:00 2001 From: adilallo <39313955+adilallo@users.noreply.github.com> Date: Fri, 22 Aug 2025 16:51:22 -0600 Subject: [PATCH] Fix Section Header --- app/components/NumberedCards.js | 11 ++--------- app/components/SectionHeader.js | 10 +++++----- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/app/components/NumberedCards.js b/app/components/NumberedCards.js index dcf6b45..ac196d7 100644 --- a/app/components/NumberedCards.js +++ b/app/components/NumberedCards.js @@ -26,21 +26,14 @@ const NumberedCards = ({ title, subtitle, cards }) => { dangerouslySetInnerHTML={{ __html: JSON.stringify(schemaData) }} />
-
+
{/* Section Header */}
- How
- CommunityRule -
- helps - - } + titleLg="How CommunityRule helps" />
diff --git a/app/components/SectionHeader.js b/app/components/SectionHeader.js index f32d2ee..7345db5 100644 --- a/app/components/SectionHeader.js +++ b/app/components/SectionHeader.js @@ -8,8 +8,8 @@ const SectionHeader = ({ title, subtitle, titleLg, variant = "default" }) => {

{title} @@ -18,12 +18,12 @@ const SectionHeader = ({ title, subtitle, titleLg, variant = "default" }) => {

{/* Subtitle Container */} -
+

{subtitle}