mirror of
https://github.com/vercel/commerce.git
synced 2025-05-20 16:36:59 +00:00
Add more space between paragraphs into news page
This commit is contained in:
parent
09ae4bc7b0
commit
9b38091581
@ -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>
|
||||
|
@ -1,16 +1,6 @@
|
||||
import {
|
||||
chakra,
|
||||
Heading,
|
||||
Text,
|
||||
Divider,
|
||||
Grid,
|
||||
GridItem,
|
||||
} from '@chakra-ui/react'
|
||||
import { Layout } from '@components/common'
|
||||
import AboutSlider from '@components/common/About/AboutSlider'
|
||||
import MessageMap from '@components/common/About/TestimonialCard'
|
||||
import WithSpeechBubbles from '@components/common/About/TestimonialCard'
|
||||
import TestimonialCard from '@components/common/About/TestimonialCard'
|
||||
|
||||
export default function About() {
|
||||
return (
|
||||
@ -18,7 +8,6 @@ export default function About() {
|
||||
<div className="mx-8 sm:mx-auto py-20 flex flex-col items-center justify-center fit">
|
||||
<AboutSlider></AboutSlider>
|
||||
</div>
|
||||
<MessageMap />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
@ -1,6 +1,5 @@
|
||||
import { Layout } from '@components/common'
|
||||
import NewsSlider from '@components/common/News/NewsSlider'
|
||||
import { Text } from '@components/ui'
|
||||
|
||||
export default function News() {
|
||||
return (
|
||||
|
Loading…
x
Reference in New Issue
Block a user