Skip to content

Commit

Permalink
removed alt tag
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesitecore committed Apr 29, 2024
1 parent 309ef4a commit 191df6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const Default = (props: PersonProps): JSX.Element => {
field={props.fields.Image}
objectFit="cover"
boxSize="300px"
alt={props.fields.Image?.value?.alt}
/>
{props.params?.LinkToBio == '1' && (
<Button onClick={onOpen} variant="link">
Expand Down

0 comments on commit 191df6a

Please sign in to comment.