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 5bcd8ac commit 127c438
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function View({ data, className, style }: Props) {
))}
</div>
{data.linkHref?.[0] && (
<div className={cx('block-testimonials-cta', styles.cta)}>
<div className={cx('block-iconsandtext-cta', styles.cta)}>
<UniversalLink
href={data.linkHref ? data.linkHref[0]['@id'] : undefined}
openLinkInNewTab={false}
Expand Down

0 comments on commit 127c438

Please sign in to comment.