mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Add more space between paragraphs into news page
This commit is contained in:
@@ -115,7 +115,7 @@ export default function NewsSlider() {
|
||||
color="GrayText"
|
||||
>
|
||||
{card.text.split('<br/>').map((str, index) => (
|
||||
<p key={index}>{str}</p>
|
||||
<p className='mb-5' key={index}>{str}</p>
|
||||
))}
|
||||
</Text>
|
||||
</Stack>
|
||||
|
Reference in New Issue
Block a user