Skip to content

Commit 640a3eb

Browse files
committed
Line break in accordion content
1 parent caa2795 commit 640a3eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/sections/AccordionBlock/Accordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const Accordion = ({ data, id, hasSectionTitle = true }: AccordionProps) => {
3232
imageClassName='lg:aspect-video rounded-2xs'
3333
/>
3434
)}
35-
{content && <Blocks value={content} variant='simple' />}
35+
{content && <Blocks value={content} variant='body' />}
3636
{links && (
3737
<CallToActions
3838
callToActions={links}

0 commit comments

Comments
 (0)