Skip to content

Commit

Permalink
Update packages/volto-blocks/src/components/blocks/IconsAndText/ViewI…
Browse files Browse the repository at this point in the history
…tem.tsx

Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
luca-bellenghi and pnicolli authored Sep 4, 2024
1 parent 6a04135 commit 418b06f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function ViewItem({ data }: Props) {
<div className={cx(styles['header-text'])}>
{data.title && (
<h3
className={cx('block-iconsandtext-title title', styles.title)}
className={cx('block-iconsandtext-title', styles.title)}
>
{data.headerText}
</h3>
Expand Down

0 comments on commit 418b06f

Please sign in to comment.