Update NumberedCards.js

This commit is contained in:
adilallo
2025-08-22 16:43:57 -06:00
parent ff14e39f21
commit 6f5279cf7d
+8 -1
View File
@@ -33,7 +33,14 @@ const NumberedCards = ({ title, subtitle, cards }) => {
<SectionHeader <SectionHeader
title={title} title={title}
subtitle={subtitle} subtitle={subtitle}
titleLg="How CommunityRule helps" titleLg={
<>
How <br />
CommunityRule
<br />
helps
</>
}
/> />
</div> </div>