Skip to content

Commit

Permalink
Remove unused 'rel' attribute from ImageTag component
Browse files Browse the repository at this point in the history
  • Loading branch information
gollenia committed Mar 13, 2024
1 parent 05abef5 commit a973b3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blocks/image/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const Save = (props) => {
<ImageTag
{...blockProps}
href={url ? url : undefined}
rel={rel}
target={newTab ? '_blank' : undefined}
>
<img src={imageUrl} alt="" style={imageStyle} />
Expand Down

0 comments on commit a973b3e

Please sign in to comment.