There was an error while loading. Please reload this page.
1 parent caa2795 commit 640a3ebCopy full SHA for 640a3eb
1 file changed
web/sections/AccordionBlock/Accordion.tsx
@@ -32,7 +32,7 @@ const Accordion = ({ data, id, hasSectionTitle = true }: AccordionProps) => {
32
imageClassName='lg:aspect-video rounded-2xs'
33
/>
34
)}
35
- {content && <Blocks value={content} variant='simple' />}
+ {content && <Blocks value={content} variant='body' />}
36
{links && (
37
<CallToActions
38
callToActions={links}
0 commit comments