Skip to content

Commit

Permalink
Update packages/volto-blocks/src/components/blocks/IconsAndText/View.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Piero Nicolli <[email protected]>
  • Loading branch information
luca-bellenghi and pnicolli authored Sep 4, 2024
1 parent e51ffde commit 0a178b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function View({ data, className, style }: Props) {
>
{data.title && (
<h2
className={cx('block-iconsandtext-title title', styles.title)}
className={cx('block-iconsandtext-title', styles.title)}
>
{data.title}
</h2>
Expand Down

0 comments on commit 0a178b2

Please sign in to comment.