Update NumberedCards.js
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user