Skip to content

Commit

Permalink
remove default title for icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMarcMilletScality committed Nov 27, 2024
1 parent 8ee0a32 commit 1706a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/icon/Icon.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function NonWrappedIcon({
color={color}
size={size}
ariaLabel={ariaLabel}
title={title || name}
title={title}
{...rest}
/>
)}
Expand Down

0 comments on commit 1706a21

Please sign in to comment.