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 418b06f commit e51ffde
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export default function View({ data, className, style }: Props) {
<UniversalLink
href={data.linkHref ? data.linkHref[0]['@id'] : undefined}
openLinkInNewTab={false}
onClick={(e: React.SyntheticEvent<HTMLLinkElement>) => {
e.preventDefault();
}}
>
{data.linkTitle}
</UniversalLink>
Expand Down

0 comments on commit e51ffde

Please sign in to comment.