Rule Stack #11

Merged
an.di merged 29 commits from adilallo/component/RuleStack into main 2025-08-26 21:31:42 +00:00
Showing only changes of commit 6f5279cf7d - Show all commits
+8 -1
View File
@@ -33,7 +33,14 @@ const NumberedCards = ({ title, subtitle, cards }) => {
<SectionHeader
title={title}
subtitle={subtitle}
titleLg="How CommunityRule helps"
titleLg={
<>
How <br />
CommunityRule
<br />
helps
</>
}
/>
</div>